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/. */
|
|
|
|
|
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-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: searchbar-engine-button ::::: */
|
|
|
|
|
2007-11-23 22:00:27 -08:00
|
|
|
.searchbar-engine-image {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
2010-03-24 23:43:34 -07:00
|
|
|
-moz-margin-start: 2px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-11-23 22:00:27 -08:00
|
|
|
.searchbar-engine-button {
|
|
|
|
-moz-appearance: none;
|
|
|
|
min-width: 0;
|
|
|
|
margin: 0;
|
2008-03-04 03:32:11 -08:00
|
|
|
padding: 0;
|
2010-03-02 15:22:25 -08:00
|
|
|
-moz-padding-end: 2px;
|
2007-11-23 22:00:27 -08:00
|
|
|
-moz-box-align: center;
|
2010-03-02 15:22:25 -08:00
|
|
|
background: none;
|
|
|
|
border: none;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-11-23 22:00:27 -08:00
|
|
|
.searchbar-engine-button > .button-box {
|
|
|
|
-moz-appearance: none;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar-dropmarker-image {
|
2012-02-09 08:19:03 -08:00
|
|
|
list-style-image: url("chrome://browser/skin/searchbar-dropdown-arrow.png");
|
2009-06-03 09:03:18 -07:00
|
|
|
-moz-image-region: rect(0, 13px, 11px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
|
|
|
|
-moz-image-region: rect(0, 26px, 11px, 13px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-06-03 09:03:18 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
/* ::::: search-go-button ::::: */
|
|
|
|
|
2007-11-23 22:00:27 -08:00
|
|
|
.search-go-container {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-box-align: center;
|
|
|
|
}
|
|
|
|
|
2007-04-21 23:46:13 -07:00
|
|
|
.search-go-button {
|
2010-03-24 23:43:34 -07:00
|
|
|
padding: 1px;
|
2009-04-03 03:30:02 -07:00
|
|
|
list-style-image: url("chrome://global/skin/icons/Search-glass.png");
|
2007-11-23 22:00:27 -08:00
|
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-07-29 11:33:53 -07:00
|
|
|
.search-go-button:-moz-locale-dir(rtl) {
|
2012-07-16 08:10:27 -07:00
|
|
|
transform: scaleX(-1);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-09-15 01:21:20 -07:00
|
|
|
.search-go-button:hover {
|
2007-11-23 22:00:27 -08:00
|
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
2007-09-15 01:21:20 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-go-button:hover:active {
|
2008-04-28 02:06:40 -07:00
|
|
|
-moz-image-region: rect(0px, 48px, 16px, 32px);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|