]>
| Commit | Line | Data |
|---|---|---|
| 9099c61d RK |
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/. */ | |
| 1b3c8528 RK |
4 | |
| 5 | #permList { | |
| 6 | margin-top: .5em; | |
| 7 | overflow: auto; | |
| 8 | } | |
| 9 | ||
| a3b6328b RK |
10 | #permList[disabled="true"] { |
| 11 | opacity: .5; | |
| 12 | } | |
| 13 | ||
| 1b3c8528 RK |
14 | .permission { |
| 15 | padding-top: 6px; | |
| 16 | padding-bottom: 6px; | |
| dae45075 RK |
17 | padding-inline-start: 7px; |
| 18 | padding-inline-end: 7px; | |
| 1b3c8528 RK |
19 | min-height: 25px; |
| 20 | border-bottom: 1px dotted #9999CC; | |
| 21 | } | |
| 22 | ||
| 23 | .hostLabel { | |
| 24 | font-weight: bold; | |
| 25 | font-style: italic; | |
| dae45075 | 26 | margin-inline-end: 1em; |
| 1b3c8528 RK |
27 | } |
| 28 | ||
| 29 | .permissionLabel { | |
| 30 | font-weight: bold; | |
| 31 | } |