browser/themes/osx/searchbar.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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   border-radius: 10000px;
     7 }
     9 .searchbar-engine-button {
    10   -moz-padding-start: 6px;
    11   -moz-padding-end: 2px;
    12   margin: 0;
    13   -moz-margin-end: 2px;
    14   -moz-appearance: none;
    15   min-width: 0;
    16 }
    18 .searchbar-popup {
    19   margin-top: 4px;
    20   -moz-margin-start: 3px;
    21 }
    23 .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box {
    24   margin: 0;
    25   padding: 3px 0 2px;
    26   height: 20px;
    27 }
    29 .searchbar-engine-image {
    30   width: 16px;
    31   height: 16px;
    32   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
    33 }
    35 .searchbar-dropmarker-image {
    36   list-style-image: url("chrome://browser/skin/searchbar-dropmarker.png");
    37   -moz-margin-start: 2px;
    38 }
    40 .search-go-container {
    41   -moz-box-align: center;
    42   -moz-padding-end: 6px;
    43 }
    45 .search-go-button {
    46   list-style-image: url("chrome://browser/skin/Search.png");
    47 }
    49 @media (min-resolution: 2dppx) {
    50   .searchbar-engine-image,
    51   .searchbar-engine-menuitem > .menu-iconic-left > .menu-iconic-icon {
    52     image-rendering: -moz-crisp-edges;
    53   }
    55   .searchbar-engine-image {
    56     list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png");
    57   }
    59   .searchbar-dropmarker-image {
    60     list-style-image: url("chrome://browser/skin/searchbar-dropmarker@2x.png");
    61     width: 7px;
    62   }
    64   .search-go-button {
    65     list-style-image: url("chrome://browser/skin/Search@2x.png");
    66     width: 14px;
    67   }
    68 }

mercurial