browser/themes/windows/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 .autocomplete-textbox-container {
     6   -moz-box-align: stretch;
     7 }
     9 .textbox-input-box {
    10   margin: 0;
    11 }
    13 /* ::::: searchbar-engine-button ::::: */
    15 .searchbar-engine-image {
    16   height: 16px;
    17   width: 16px;
    18   list-style-image: url("chrome://global/skin/icons/folder-item.png");
    19   -moz-image-region: rect(0px, 16px, 16px, 0px);
    20   -moz-margin-start: 2px;
    21 }
    23 .searchbar-engine-button {
    24   -moz-appearance: none;
    25   min-width: 0;
    26   margin: 0;
    27   padding: 0;
    28   -moz-padding-end: 2px;
    29   -moz-box-align: center;
    30   background: none;
    31   border: none;
    32 }
    34 .searchbar-engine-button > .button-box {
    35   -moz-appearance: none;
    36   padding: 0;
    37   border: 0;
    38 }
    40 .searchbar-dropmarker-image {
    41   list-style-image: url("chrome://browser/skin/searchbar-dropdown-arrow.png");
    42   -moz-image-region: rect(0, 13px, 11px, 0);
    43 }
    45 .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
    46   -moz-image-region: rect(0, 26px, 11px, 13px);
    47 }
    50 /* ::::: search-go-button ::::: */
    52 .search-go-container {
    53   -moz-box-align: center;
    54 }
    56 .search-go-button {
    57   padding: 1px;
    58   list-style-image: url("chrome://global/skin/icons/Search-glass.png");
    59   -moz-image-region: rect(0px 16px 16px 0px);
    60 }
    62 .search-go-button:-moz-locale-dir(rtl) {
    63   transform: scaleX(-1);
    64 }
    66 .search-go-button:hover {
    67   -moz-image-region: rect(0px 32px 16px 16px);
    68 }
    70 .search-go-button:hover:active {
    71   -moz-image-region: rect(0px, 48px, 16px, 32px);
    72 }
    74 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
    75   font-weight: bold;
    76 }

mercurial