1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/osx/aboutSyncTabs.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,101 @@ 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 +#tabs-display, 1.9 +#tabsList { 1.10 + background-color: transparent; 1.11 + -moz-appearance: none; 1.12 + margin: 0; 1.13 +} 1.14 + 1.15 +#tabsList { 1.16 + width: 100%; 1.17 +} 1.18 + 1.19 +#tabs-display { 1.20 + background: #fff url(chrome://browser/skin/sync-bg.png) repeat-x center -80px; 1.21 +} 1.22 + 1.23 +#headers { 1.24 + background: url(chrome://browser/skin/sync-32.png) no-repeat; 1.25 + margin-top: 4px; 1.26 + width: 45em; 1.27 + height: 32px; 1.28 + -moz-margin-start: 2em; 1.29 + -moz-margin-end: 2em; 1.30 +} 1.31 + 1.32 +#tabsListHeading { 1.33 + font-size: 140%; 1.34 + font-weight: bold; 1.35 + -moz-margin-start: 40px; 1.36 +} 1.37 + 1.38 +richlistitem { 1.39 + -moz-margin-end: 2em; 1.40 +} 1.41 + 1.42 +richlistitem[selected="true"], 1.43 +richlistitem:focus { 1.44 + outline-style: none; 1.45 +} 1.46 + 1.47 +richlistitem[type="tab"] { 1.48 + min-height: 3em; 1.49 + border: #999999 1px solid !important; 1.50 + padding: 2px 5px; 1.51 + margin-bottom: 4px; 1.52 + -moz-margin-start: 4em; 1.53 + border-radius: 6px; 1.54 + background-color: menu; 1.55 + width: 44em; 1.56 + opacity: 0.9; 1.57 + box-shadow: 1.58 + inset rgba(255, 255, 255, 0.5) 0 1px 0px, 1.59 + inset rgba(0, 0, 0, 0.1) 0 -2px 0px, 1.60 + rgba(0, 0, 0, 0.1) 0px 1px 0px; 1.61 +} 1.62 + 1.63 +richlistitem[type="tab"][selected="true"] { 1.64 + background-color: -moz-MenuHover; 1.65 +} 1.66 + 1.67 +richlistitem[type="client"] { 1.68 + min-height: 2em; 1.69 + color: #000000; 1.70 + -moz-margin-start: 2em; 1.71 + margin-top: 2px; 1.72 + margin-bottom: 3px; 1.73 + width: 42em; 1.74 + border-radius: 6px; 1.75 + background-color: transparent; 1.76 + -moz-user-focus: ignore !important; 1.77 +} 1.78 +richlistitem.mobile[type="client"] { 1.79 + list-style-image: url("chrome://browser/skin/sync-mobileIcon.png"); 1.80 +} 1.81 +richlistitem.desktop[type="client"] { 1.82 + list-style-image: url("chrome://browser/skin/sync-desktopIcon.png"); 1.83 +} 1.84 + 1.85 +.title, 1.86 +.clientName { 1.87 + color: #000000; 1.88 + font-size: 1.1em; 1.89 +} 1.90 + 1.91 +.title[selected="true"], 1.92 +.url[selected="true"] { 1.93 + color: inherit; 1.94 +} 1.95 + 1.96 +.url { 1.97 + color: -moz-nativehyperlinktext; 1.98 + font-size: 0.95em; 1.99 +} 1.100 + 1.101 +.tabIcon { 1.102 + -moz-padding-start: 2px; 1.103 + padding-top: 2px; 1.104 +}