Bug 338378: When customizing toolbars, search box has grey text and I-beam cursor and is hard to drag, patch by Dave Townsend <mossop.bugzilla@blueprintit.co.uk>, r=me

This commit is contained in:
gavin@gavinsharp.com 2007-11-06 21:08:22 -08:00
parent b65f8a0c89
commit 666a659ab1

View File

@ -42,6 +42,7 @@
@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
#menubar-items {
-moz-box-orient: vertical; /* for flex hack */
@ -90,6 +91,10 @@
color: GrayText;
}
#wrapper-search-container #searchbar html|*.textbox-input {
visibility: hidden;
}
/* ::::: bookmark buttons ::::: */
toolbarbutton.bookmark-item {
@ -131,11 +136,6 @@ toolbarbutton.bookmark-item[open="true"] {
background: url("chrome://browser/skin/Bookmarks-folder.png") no-repeat !important;
}
#wrapper-search-container .searchbar-textbox {
-moz-user-input: disabled;
-moz-user-focus: normal;
}
.bookmarks-toolbar-customize {
display: none;
max-width: 15em !important;