browser/themes/linux/searchbar.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/linux/searchbar.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,70 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +.searchbar-textbox {
     1.9 +  min-height: 22px;
    1.10 +  background-color: -moz-field;
    1.11 +}
    1.12 +
    1.13 +.autocomplete-textbox-container {
    1.14 +  -moz-box-align: stretch;
    1.15 +}
    1.16 +
    1.17 +.textbox-input-box {
    1.18 +  margin: 0;
    1.19 +}
    1.20 +
    1.21 +.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
    1.22 +  font-weight: bold;
    1.23 +}
    1.24 +
    1.25 +/* Engine button */
    1.26 +.searchbar-engine-image {
    1.27 +  height: 16px;
    1.28 +  width: 16px;
    1.29 +  list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
    1.30 +  -moz-margin-start: 2px;
    1.31 +}
    1.32 +
    1.33 +.searchbar-engine-button {
    1.34 +  -moz-appearance: none;
    1.35 +  min-width: 0;
    1.36 +  margin: 0;
    1.37 +  border: 0;
    1.38 +  -moz-box-align: center;
    1.39 +  background-color: transparent;
    1.40 +}
    1.41 +
    1.42 +.searchbar-engine-button > .button-box {
    1.43 +  -moz-appearance: none;
    1.44 +  padding: 2px 0;
    1.45 +  -moz-padding-end: 2px;
    1.46 +  border: 0;
    1.47 +}
    1.48 +
    1.49 +.searchbar-dropmarker-image {
    1.50 +  -moz-appearance: toolbarbutton-dropdown !important;
    1.51 +  width: 12px;
    1.52 +  height: 12px;
    1.53 +}
    1.54 +
    1.55 +/* Search go button */
    1.56 +.search-go-container {
    1.57 +  -moz-box-align: center;
    1.58 +}
    1.59 +
    1.60 +.search-go-button {
    1.61 +  padding: 1px;
    1.62 +  list-style-image: url(moz-icon://stock/gtk-find?size=menu);
    1.63 +  cursor: pointer;
    1.64 +}
    1.65 +
    1.66 +menuitem[cmd="cmd_clearhistory"] {
    1.67 +  list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
    1.68 +}
    1.69 +
    1.70 +menuitem[cmd="cmd_clearhistory"][disabled] {
    1.71 +  list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled");
    1.72 +}
    1.73 +

mercurial