| 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 | @import url("chrome://inspector/skin"); |
| 6 | @import url("chrome://navigator/skin"); |
| 7 | @import url("chrome://browser/skin"); |
| 8 | |
| 9 | #bxURLBar { |
| 10 | padding: 2px; |
| 11 | } |
| 12 | |
| 13 | #bxSearch { |
| 14 | height: 150px; |
| 15 | } |
| 16 | |
| 17 | #splPanels { |
| 18 | width: 5px; |
| 19 | border-top: 0px; |
| 20 | border-bottom: 0px; |
| 21 | } |
| 22 | |
| 23 | /* ::::: toolbar buttons ::::: */ |
| 24 | |
| 25 | #btnSelecting { |
| 26 | list-style-image: url("chrome://inspector/skin/btnSelecting.gif"); |
| 27 | } |
| 28 | |
| 29 | #btnSelecting:hover, |
| 30 | #btnSelecting[checked="true"] { |
| 31 | list-style-image: url("chrome://inspector/skin/btnSelecting-act.gif"); |
| 32 | } |
| 33 | |
| 34 | #btnSelecting[disabled="true"], |
| 35 | #btnSelecting[disabled="true"]:hover { |
| 36 | list-style-image: url("chrome://inspector/skin/btnSelecting-dis.gif"); |
| 37 | } |
| 38 | |
| 39 | #btnFind { |
| 40 | list-style-image: url("chrome://inspector/skin/btnFind.gif"); |
| 41 | } |
| 42 | |
| 43 | #btnFind:hover { |
| 44 | list-style-image: url("chrome://inspector/skin/btnFind-act.gif"); |
| 45 | } |
| 46 | |
| 47 | #btnFind[disabled="true"], |
| 48 | #btnFind[disabled="true"]:hover { |
| 49 | list-style-image: url("chrome://inspector/skin/btnFind-dis.gif"); |
| 50 | } |
| 51 | |
| 52 | /* HACK: this button has no id !!! */ |
| 53 | #bxURLBarContainer + toolbarbutton { |
| 54 | margin: 2px 0px 4px; |
| 55 | font-weight: bold; |
| 56 | } |
| 57 | |
| 58 | .viewer-list, .viewer-menu { |
| 59 | -moz-user-focus: ignore; |
| 60 | } |