browser/themes/windows/aboutSyncTabs.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 #tabs-display,
     6 #tabsList {
     7   background-color: transparent;
     8   -moz-appearance: none;
     9   margin: 0;
    10 }
    12 #tabsList {
    13   width: 100%;
    14 }
    16 #tabs-display {
    17   background: #fff url(chrome://browser/skin/sync-bg.png) repeat-x center -80px;
    18 }
    20 #headers {
    21   background: url(chrome://browser/skin/sync-32.png) no-repeat;
    22   margin-top: 4px;
    23   width: 45em;
    24   height: 32px;
    25   -moz-margin-start: 2em;
    26   -moz-margin-end: 2em;
    27 }
    29 #tabsListHeading {
    30   font-size: 140%;
    31   font-weight: bold;
    32   -moz-margin-start: 40px;
    33 }
    35 richlistitem {
    36   -moz-margin-end: 2em;
    37 }
    39 richlistitem[selected="true"],
    40 richlistitem:focus {
    41   outline-style: none;
    42 }
    44 richlistitem[type="tab"] {
    45   min-height: 3em;
    46   border: #999999 1px solid !important;
    47   padding: 2px 5px;
    48   margin-bottom: 4px;
    49   -moz-margin-start: 4em;
    50   border-radius: 6px;
    51   background-color: menu;
    52   width: 44em;
    53   opacity: 0.9;
    54   box-shadow:
    55     inset rgba(255, 255, 255, 0.5) 0 1px 0px,
    56     inset rgba(0, 0, 0, 0.1) 0 -2px 0px,
    57     rgba(0, 0, 0, 0.1) 0px 1px 0px;
    58 }
    60 richlistitem[type="tab"][selected="true"] {
    61   background-color: -moz-MenuHover;
    62 }
    64 richlistitem[type="client"] {
    65   min-height: 2em;
    66   color: #000000;
    67   -moz-margin-start: 2em;
    68   margin-top: 2px;
    69   margin-bottom: 3px;
    70   width: 42em;
    71   border-radius: 6px;
    72   background-color: transparent;
    73   -moz-user-focus: ignore !important;
    74 }
    75 richlistitem.mobile[type="client"] {
    76   list-style-image: url("chrome://browser/skin/sync-mobileIcon.png");
    77 }
    78 richlistitem.desktop[type="client"] {
    79   list-style-image: url("chrome://browser/skin/sync-desktopIcon.png");
    80 }
    82 .title,
    83 .clientName {
    84   color: #000000;
    85   font-size: 1.1em;
    86 }
    88 .title[selected="true"],
    89 .url[selected="true"] {
    90   color: inherit;
    91 }
    93 .url {
    94   color: -moz-nativehyperlinktext;
    95   font-size: 0.95em;
    96 }
    98 .tabIcon {
    99   -moz-padding-start: 2px;
   100   padding-top: 2px;
   101 }

mercurial