Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | #tabs-display, |
michael@0 | 6 | #tabsList { |
michael@0 | 7 | background-color: transparent; |
michael@0 | 8 | -moz-appearance: none; |
michael@0 | 9 | margin: 0; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | #tabsList { |
michael@0 | 13 | width: 100%; |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | #tabs-display { |
michael@0 | 17 | background: #fff url(chrome://browser/skin/sync-bg.png) repeat-x center -80px; |
michael@0 | 18 | } |
michael@0 | 19 | |
michael@0 | 20 | #headers { |
michael@0 | 21 | background: url(chrome://browser/skin/sync-32.png) no-repeat; |
michael@0 | 22 | margin-top: 4px; |
michael@0 | 23 | width: 45em; |
michael@0 | 24 | height: 32px; |
michael@0 | 25 | -moz-margin-start: 2em; |
michael@0 | 26 | -moz-margin-end: 2em; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | #tabsListHeading { |
michael@0 | 30 | font-size: 140%; |
michael@0 | 31 | font-weight: bold; |
michael@0 | 32 | -moz-margin-start: 40px; |
michael@0 | 33 | } |
michael@0 | 34 | |
michael@0 | 35 | richlistitem { |
michael@0 | 36 | -moz-margin-end: 2em; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | richlistitem[selected="true"], |
michael@0 | 40 | richlistitem:focus { |
michael@0 | 41 | outline-style: none; |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | richlistitem[type="tab"] { |
michael@0 | 45 | min-height: 3em; |
michael@0 | 46 | border: #999999 1px solid !important; |
michael@0 | 47 | padding: 2px 5px; |
michael@0 | 48 | margin-bottom: 4px; |
michael@0 | 49 | -moz-margin-start: 4em; |
michael@0 | 50 | border-radius: 6px; |
michael@0 | 51 | background-color: menu; |
michael@0 | 52 | width: 44em; |
michael@0 | 53 | opacity: 0.9; |
michael@0 | 54 | box-shadow: |
michael@0 | 55 | inset rgba(255, 255, 255, 0.5) 0 1px 0px, |
michael@0 | 56 | inset rgba(0, 0, 0, 0.1) 0 -2px 0px, |
michael@0 | 57 | rgba(0, 0, 0, 0.1) 0px 1px 0px; |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | richlistitem[type="tab"][selected="true"] { |
michael@0 | 61 | background-color: -moz-MenuHover; |
michael@0 | 62 | } |
michael@0 | 63 | |
michael@0 | 64 | richlistitem[type="client"] { |
michael@0 | 65 | min-height: 2em; |
michael@0 | 66 | color: #000000; |
michael@0 | 67 | -moz-margin-start: 2em; |
michael@0 | 68 | margin-top: 2px; |
michael@0 | 69 | margin-bottom: 3px; |
michael@0 | 70 | width: 42em; |
michael@0 | 71 | border-radius: 6px; |
michael@0 | 72 | background-color: transparent; |
michael@0 | 73 | -moz-user-focus: ignore !important; |
michael@0 | 74 | } |
michael@0 | 75 | richlistitem.mobile[type="client"] { |
michael@0 | 76 | list-style-image: url("chrome://browser/skin/sync-mobileIcon.png"); |
michael@0 | 77 | } |
michael@0 | 78 | richlistitem.desktop[type="client"] { |
michael@0 | 79 | list-style-image: url("chrome://browser/skin/sync-desktopIcon.png"); |
michael@0 | 80 | } |
michael@0 | 81 | |
michael@0 | 82 | .title, |
michael@0 | 83 | .clientName { |
michael@0 | 84 | color: #000000; |
michael@0 | 85 | font-size: 1.1em; |
michael@0 | 86 | } |
michael@0 | 87 | |
michael@0 | 88 | .title[selected="true"], |
michael@0 | 89 | .url[selected="true"] { |
michael@0 | 90 | color: inherit; |
michael@0 | 91 | } |
michael@0 | 92 | |
michael@0 | 93 | .url { |
michael@0 | 94 | color: -moz-nativehyperlinktext; |
michael@0 | 95 | font-size: 0.95em; |
michael@0 | 96 | } |
michael@0 | 97 | |
michael@0 | 98 | .tabIcon { |
michael@0 | 99 | -moz-padding-start: 2px; |
michael@0 | 100 | padding-top: 2px; |
michael@0 | 101 | } |