2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2007-11-07 05:07:46 +00:00
|
|
|
.searchbar-textbox {
|
2007-11-07 05:08:23 +00:00
|
|
|
min-height: 22px;
|
2007-11-24 06:00:27 +00:00
|
|
|
width: 6em;
|
|
|
|
min-width: 6em;
|
2007-11-07 05:08:23 +00:00
|
|
|
background-color: -moz-field;
|
|
|
|
}
|
|
|
|
|
2010-02-21 15:03:52 +00:00
|
|
|
.autocomplete-textbox-container {
|
|
|
|
-moz-box-align: stretch;
|
|
|
|
}
|
|
|
|
|
2007-11-24 06:00:27 +00:00
|
|
|
.textbox-input-box {
|
|
|
|
margin: 0;
|
2007-11-07 05:08:23 +00:00
|
|
|
}
|
|
|
|
|
2007-11-07 08:50:18 +00:00
|
|
|
.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2007-11-07 05:08:23 +00:00
|
|
|
|
2007-11-07 08:50:18 +00:00
|
|
|
/* Engine button */
|
2007-11-07 05:07:46 +00:00
|
|
|
.searchbar-engine-image {
|
2007-11-07 05:09:38 +00:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
2011-08-12 00:50:09 +00:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2008-02-10 06:48:34 +00:00
|
|
|
-moz-margin-start: 2px;
|
2007-11-07 05:09:37 +00:00
|
|
|
}
|
|
|
|
|
2007-11-07 05:09:39 +00:00
|
|
|
.searchbar-engine-button {
|
2007-11-24 06:00:27 +00:00
|
|
|
-moz-appearance: none;
|
|
|
|
min-width: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
-moz-box-align: center;
|
2010-09-16 08:46:01 +00:00
|
|
|
background-color: transparent;
|
2007-11-24 06:00:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar-engine-button > .button-box {
|
|
|
|
-moz-appearance: none;
|
2008-04-09 06:40:13 +00:00
|
|
|
padding: 2px 0;
|
2008-02-10 06:48:34 +00:00
|
|
|
-moz-padding-end: 2px;
|
2007-11-24 06:00:27 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2007-11-07 05:09:39 +00:00
|
|
|
.searchbar-dropmarker-image {
|
2008-02-10 06:48:34 +00:00
|
|
|
-moz-appearance: toolbarbutton-dropdown !important;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2007-11-07 05:09:39 +00:00
|
|
|
}
|
|
|
|
|
2007-11-24 06:00:27 +00:00
|
|
|
/* Search go button */
|
|
|
|
.search-go-container {
|
2007-11-07 05:08:23 +00:00
|
|
|
-moz-box-align: center;
|
2007-11-07 05:09:33 +00:00
|
|
|
}
|
|
|
|
|
2007-11-07 05:09:43 +00:00
|
|
|
.search-go-button {
|
2007-11-24 06:00:27 +00:00
|
|
|
padding: 1px;
|
2009-11-03 08:32:00 +00:00
|
|
|
list-style-image: url(moz-icon://stock/gtk-find?size=menu);
|
2008-02-07 09:05:53 +00:00
|
|
|
cursor: pointer;
|
2007-11-07 05:09:09 +00:00
|
|
|
}
|
2007-11-07 05:09:33 +00:00
|
|
|
|
2008-02-25 08:47:24 +00:00
|
|
|
menuitem[cmd="cmd_clearhistory"] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
|
|
|
|
}
|
|
|
|
|
|
|
|
menuitem[cmd="cmd_clearhistory"][disabled] {
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled");
|
|
|
|
}
|
|
|
|
|