browser/themes/linux/searchbar.css

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 /* This Source Code Form is subject to the terms of the Mozilla Public
     2  * License, v. 2.0. If a copy of the MPL was not distributed with this
     3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 .searchbar-textbox {
     6   min-height: 22px;
     7   background-color: -moz-field;
     8 }
    10 .autocomplete-textbox-container {
    11   -moz-box-align: stretch;
    12 }
    14 .textbox-input-box {
    15   margin: 0;
    16 }
    18 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
    19   font-weight: bold;
    20 }
    22 /* Engine button */
    23 .searchbar-engine-image {
    24   height: 16px;
    25   width: 16px;
    26   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
    27   -moz-margin-start: 2px;
    28 }
    30 .searchbar-engine-button {
    31   -moz-appearance: none;
    32   min-width: 0;
    33   margin: 0;
    34   border: 0;
    35   -moz-box-align: center;
    36   background-color: transparent;
    37 }
    39 .searchbar-engine-button > .button-box {
    40   -moz-appearance: none;
    41   padding: 2px 0;
    42   -moz-padding-end: 2px;
    43   border: 0;
    44 }
    46 .searchbar-dropmarker-image {
    47   -moz-appearance: toolbarbutton-dropdown !important;
    48   width: 12px;
    49   height: 12px;
    50 }
    52 /* Search go button */
    53 .search-go-container {
    54   -moz-box-align: center;
    55 }
    57 .search-go-button {
    58   padding: 1px;
    59   list-style-image: url(moz-icon://stock/gtk-find?size=menu);
    60   cursor: pointer;
    61 }
    63 menuitem[cmd="cmd_clearhistory"] {
    64   list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
    65 }
    67 menuitem[cmd="cmd_clearhistory"][disabled] {
    68   list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled");
    69 }

mercurial