| 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/. */ |
| 4 | |
| 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 6 | |
| 7 | .tabbrowser-strip { |
| 8 | padding-bottom: 0px; |
| 9 | border-bottom: 1px solid #666699; |
| 10 | } |
| 11 | |
| 12 | tabpanels { |
| 13 | } |
| 14 | |
| 15 | .tabbrowser-tabs { |
| 16 | padding-top: 1px; |
| 17 | } |
| 18 | |
| 19 | .tabs-left, |
| 20 | .tabs-right { |
| 21 | width: 0px; |
| 22 | } |
| 23 | |
| 24 | .tab-icon { |
| 25 | margin-top: 1px; |
| 26 | -moz-margin-end: 3px; |
| 27 | width: 16px; |
| 28 | height: 16px; |
| 29 | } |
| 30 | |
| 31 | .tabbrowser-tab { |
| 32 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); |
| 33 | } |
| 34 | |
| 35 | .tabbrowser-tab[busy] { |
| 36 | list-style-image: url("chrome://global/skin/icons/loading.gif"); |
| 37 | } |
| 38 | |
| 39 | tabbrowser > tabbox > tabpanels { |
| 40 | border: none; |
| 41 | padding: 0px; |
| 42 | margin: 0px; |
| 43 | } |
| 44 | |
| 45 | .tabbrowser-tab:-moz-lwtheme { |
| 46 | text-shadow: none; |
| 47 | } |
| 48 | |
| 49 | .scrollbutton-up:-moz-lwtheme, |
| 50 | .scrollbutton-down:-moz-lwtheme:not([selected="true"]), |
| 51 | .tabbrowser-tab:-moz-lwtheme:not([selected="true"]) { |
| 52 | opacity: .8; |
| 53 | } |
| 54 | |
| 55 | .tabs-newbutton > .toolbarbutton-text, |
| 56 | .tabs-alltabs-button > .toolbarbutton-text, |
| 57 | .tabs-closebutton > .toolbarbutton-text { |
| 58 | display: none; |
| 59 | } |
| 60 | |
| 61 | /* ::::: Tab scrollbox arrow, and all-tabs buttons ::::: */ |
| 62 | |
| 63 | .scrollbutton-up, |
| 64 | .scrollbutton-down { |
| 65 | margin-top: 1px; |
| 66 | margin-bottom: 0; |
| 67 | } |
| 68 | |
| 69 | .tabs-alltabs-button { |
| 70 | margin-top: 1px; |
| 71 | } |
| 72 | |
| 73 | /* All tabs menupopup */ |
| 74 | .alltabs-item { |
| 75 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); |
| 76 | } |
| 77 | |
| 78 | .alltabs-item[selected="true"] { |
| 79 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); |
| 80 | font-weight: bold; |
| 81 | } |
| 82 | |
| 83 | .alltabs-item[busy] { |
| 84 | list-style-image: url("chrome://communicator/skin/icons/loading.gif"); |
| 85 | } |
| 86 | |
| 87 | .alltabs-item[tabIsScrolled] { |
| 88 | font-style: italic; |
| 89 | } |
| 90 | |
| 91 | /* ::::: close & new tab buttons ::::: */ |
| 92 | |
| 93 | .tabs-closebutton-box { |
| 94 | -moz-box-direction: reverse; |
| 95 | } |
| 96 | |
| 97 | .tabs-closebutton-box > hbox { |
| 98 | -moz-box-orient: vertical; |
| 99 | } |
| 100 | |
| 101 | .tabs-closebutton { |
| 102 | margin-top: 1px; |
| 103 | padding: 0 3px; |
| 104 | -moz-box-flex: 1; |
| 105 | list-style-image: url("chrome://global/skin/icons/close-button.gif"); |
| 106 | } |
| 107 | |
| 108 | .tabs-newbutton { |
| 109 | margin: 0px; |
| 110 | margin-top: 2px; |
| 111 | padding: 0px; |
| 112 | list-style-image: url("chrome://navigator/skin/icons/tab-new.gif"); |
| 113 | } |
| 114 | |
| 115 | .tab-drop-indicator-bar { |
| 116 | height: 11px; |
| 117 | margin-top: -11px; |
| 118 | -moz-margin-start: -6px; |
| 119 | position: relative; |
| 120 | } |
| 121 | |
| 122 | .tab-drop-indicator { |
| 123 | height: 11px; |
| 124 | width: 11px; |
| 125 | margin-bottom: -8px; |
| 126 | position: relative; |
| 127 | list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif'); |
| 128 | } |
| 129 | |
| 130 | tooltip[tabpreview="true"] { |
| 131 | max-width: none; |
| 132 | } |