| 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 | |
| 7 | .textAttrsTextRange { |
| 8 | border-bottom: medium dotted #9C9CFF; |
| 9 | padding: 7px; |
| 10 | border-bottom-left-radius: 16px; |
| 11 | border-bottom-right-radius: 16px; |
| 12 | line-height: 250%; |
| 13 | margin: 2px; |
| 14 | } |
| 15 | |
| 16 | .textAttrsTextRange:hover { |
| 17 | border-bottom: medium dotted #FF0000; |
| 18 | } |
| 19 | |
| 20 | .textAttrsTextRange[selected] { |
| 21 | border-bottom: medium groove #008484; |
| 22 | } |