2012-05-21 04:12:37 -07: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-06 21:07:46 -08:00
|
|
|
.searchbar-textbox {
|
2007-11-06 21:08:23 -08:00
|
|
|
min-height: 22px;
|
2007-11-23 22:00:27 -08:00
|
|
|
width: 6em;
|
|
|
|
min-width: 6em;
|
2007-11-06 21:08:23 -08:00
|
|
|
background-color: -moz-field;
|
|
|
|
}
|
|
|
|
|
2010-02-21 07:03:52 -08:00
|
|
|
.autocomplete-textbox-container {
|
|
|
|
-moz-box-align: stretch;
|
|
|
|
}
|
|
|
|
|
2007-11-23 22:00:27 -08:00
|
|
|
.textbox-input-box {
|
|
|
|
margin: 0;
|
2007-11-06 21:08:23 -08:00
|
|
|
}
|
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2007-11-06 21:08:23 -08:00
|
|
|
|
2007-11-07 00:50:18 -08:00
|
|
|
/* Engine button */
|
2007-11-06 21:07:46 -08:00
|
|
|
.searchbar-engine-image {
|
2007-11-06 21:09:38 -08:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
2011-08-11 17:50:09 -07:00
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
2008-02-09 22:48:34 -08:00
|
|
|
-moz-margin-start: 2px;
|
2007-11-06 21:09:37 -08:00
|
|
|
}
|
|
|
|
|
2007-11-06 21:09:39 -08:00
|
|
|
.searchbar-engine-button {
|
2007-11-23 22:00:27 -08:00
|
|
|
-moz-appearance: none;
|
|
|
|
min-width: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
-moz-box-align: center;
|
2010-09-16 01:46:01 -07:00
|
|
|
background-color: transparent;
|
2007-11-23 22:00:27 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar-engine-button > .button-box {
|
|
|
|
-moz-appearance: none;
|
2008-04-08 23:40:13 -07:00
|
|
|
padding: 2px 0;
|
2008-02-09 22:48:34 -08:00
|
|
|
-moz-padding-end: 2px;
|
2007-11-23 22:00:27 -08:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2007-11-06 21:09:39 -08:00
|
|
|
.searchbar-dropmarker-image {
|
2008-02-09 22:48:34 -08:00
|
|
|
-moz-appearance: toolbarbutton-dropdown !important;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
2007-11-06 21:09:39 -08:00
|
|
|
}
|
|
|
|
|
2007-11-23 22:00:27 -08:00
|
|
|
/* Search go button */
|
|
|
|
.search-go-container {
|
2007-11-06 21:08:23 -08:00
|
|
|
-moz-box-align: center;
|
2007-11-06 21:09:33 -08:00
|
|
|
}
|
|
|
|
|
2007-11-06 21:09:43 -08:00
|
|
|
.search-go-button {
|
2007-11-23 22:00:27 -08:00
|
|
|
padding: 1px;
|
2009-11-03 00:32:00 -08:00
|
|
|
list-style-image: url(moz-icon://stock/gtk-find?size=menu);
|
2008-02-07 01:05:53 -08:00
|
|
|
cursor: pointer;
|
2007-11-06 21:09:09 -08:00
|
|
|
}
|
2007-11-06 21:09:33 -08:00
|
|
|
|
2008-02-25 00:47:24 -08: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");
|
|
|
|
}
|
|
|
|
|