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