mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
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:
parent
aea42979a2
commit
da7a582b5f
@ -100,6 +100,8 @@
|
||||
<implementation implements="nsIObserver">
|
||||
|
||||
<constructor><![CDATA[
|
||||
if (this.parentNode.parentNode.localName == "toolbarpaletteitem")
|
||||
return;
|
||||
setTimeout(function (a) { a.init(); }, 0, this);
|
||||
]]></constructor>
|
||||
|
||||
|
@ -41,6 +41,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");
|
||||
|
||||
#toolbar-menubar {
|
||||
display: none;
|
||||
@ -54,6 +55,10 @@
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
#wrapper-search-container #searchbar html|*.textbox-input {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* ::::: bookmark buttons ::::: */
|
||||
|
||||
.bookmark-item[container] {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user