adapt both themes for inspector classic changes in SeaMonkey 2.17 cycle
[themes.git] / EarlyBlue / inspector / viewers / accessibleProps / accessibleProps.css
CommitLineData
ef304ad9
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/. */
4
5@import url("chrome://inspector/skin");
6
7.textAttrsTextRange {
8 border-bottom: medium dotted #9999CC;
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 #336699;
22}