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/. */
|
|
|
|
|
2010-06-22 20:29:22 +00:00
|
|
|
.searchbar-textbox {
|
2010-09-09 15:21:47 +00:00
|
|
|
border-radius: 10000px;
|
2004-11-30 08:23:02 +00:00
|
|
|
}
|
|
|
|
|
2007-11-24 06:00:27 +00:00
|
|
|
.searchbar-engine-button {
|
2010-06-22 20:29:22 +00:00
|
|
|
-moz-padding-start: 6px;
|
|
|
|
-moz-padding-end: 2px;
|
|
|
|
margin: 0;
|
|
|
|
-moz-margin-end: 2px;
|
2007-11-24 06:00:27 +00:00
|
|
|
-moz-appearance: none;
|
2010-02-21 15:03:52 +00:00
|
|
|
min-width: 0;
|
2008-04-23 12:08:52 +00:00
|
|
|
}
|
|
|
|
|
2010-08-05 10:05:22 +00:00
|
|
|
.searchbar-popup {
|
|
|
|
margin-top: 4px;
|
|
|
|
-moz-margin-start: 3px;
|
|
|
|
}
|
|
|
|
|
2010-06-22 20:29:22 +00:00
|
|
|
.searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box {
|
|
|
|
margin: 0;
|
|
|
|
padding: 3px 0 2px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar-engine-image {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
|
|
|
}
|
|
|
|
|
2006-09-22 00:47:18 +00:00
|
|
|
.searchbar-dropmarker-image {
|
2010-06-22 20:29:22 +00:00
|
|
|
list-style-image: url("chrome://browser/skin/searchbar-dropmarker.png");
|
2008-01-28 00:53:12 +00:00
|
|
|
-moz-margin-start: 2px;
|
2006-06-24 00:58:42 +00:00
|
|
|
}
|
|
|
|
|
2007-11-24 06:00:27 +00:00
|
|
|
.search-go-container {
|
|
|
|
-moz-box-align: center;
|
2010-06-22 20:29:22 +00:00
|
|
|
-moz-padding-end: 6px;
|
2008-04-23 12:08:52 +00:00
|
|
|
}
|
2006-05-06 00:05:22 +00:00
|
|
|
|
2008-01-28 00:53:12 +00:00
|
|
|
.search-go-button {
|
|
|
|
list-style-image: url("chrome://browser/skin/Search.png");
|
2006-05-06 00:05:22 +00:00
|
|
|
}
|
2012-09-30 04:56:40 +00:00
|
|
|
|
|
|
|
@media (min-resolution: 2dppx) {
|
2013-03-05 22:58:07 +00:00
|
|
|
.searchbar-engine-image,
|
|
|
|
.searchbar-engine-menuitem > .menu-iconic-left > .menu-iconic-icon {
|
|
|
|
image-rendering: -moz-crisp-edges;
|
|
|
|
}
|
|
|
|
|
2012-09-30 04:56:40 +00:00
|
|
|
.searchbar-engine-image {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar-dropmarker-image {
|
|
|
|
list-style-image: url("chrome://browser/skin/searchbar-dropmarker@2x.png");
|
|
|
|
width: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-go-button {
|
|
|
|
list-style-image: url("chrome://browser/skin/Search@2x.png");
|
|
|
|
width: 14px;
|
|
|
|
}
|
|
|
|
}
|