diff --git a/skin/liberator.css b/skin/liberator.css index b6c8e6b0..f6bc9916 100644 --- a/skin/liberator.css +++ b/skin/liberator.css @@ -42,6 +42,14 @@ the terms of any one of the MPL, the GPL or the LGPL. right: 0; } +.liberator-hint { + z-index: 5000; + position: absolute; +} +.liberator-search { + display: inline; +} + /* Applied only to completion buffer and MOW */ @-moz-document url-prefix(chrome://liberator/) { @@ -84,10 +92,6 @@ the terms of any one of the MPL, the GPL or the LGPL. @-moz-document url-prefix(chrome://) { -/*.tabbrowser-tab { - -moz-binding: url(chrome://liberator/content/bindings.xml#tab); -}*/ - #liberator-container { font-family: monospace; }