| 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 | .multipanel-label-box { |
| 6 | border-bottom: 1px solid ThreeDShadow; |
| 7 | background-color: ThreeDFace; |
| 8 | color: ButtonText; |
| 9 | } |
| 10 | |
| 11 | .multipanel-label-box-2 { |
| 12 | border: 1px outset ThreeDFace; |
| 13 | padding: 2px 4px; |
| 14 | } |
| 15 | |
| 16 | .multipanel-title { |
| 17 | margin: 0px !important; |
| 18 | } |
| 19 | |
| 20 | multipanel[disabled="true"] > .multipanel-label-box { |
| 21 | color: ThreeDShadow; |
| 22 | } |