adapt both themes for inspector classic changes in SeaMonkey 2.17 cycle
[themes.git] / LCARStrek / inspector / viewers / accessibleProps / accessibleProps.css
diff --git a/LCARStrek/inspector/viewers/accessibleProps/accessibleProps.css b/LCARStrek/inspector/viewers/accessibleProps/accessibleProps.css
new file mode 100644 (file)
index 0000000..f8c52f6
--- /dev/null
@@ -0,0 +1,22 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+@import url("chrome://inspector/skin");
+
+.textAttrsTextRange {
+  border-bottom: medium dotted #9C9CFF;
+  padding: 7px;
+  border-bottom-left-radius: 16px;
+  border-bottom-right-radius: 16px;
+  line-height: 250%;
+  margin: 2px;
+}
+
+.textAttrsTextRange:hover {
+  border-bottom: medium dotted #FF0000;
+}
+
+.textAttrsTextRange[selected] {
+  border-bottom: medium groove #008484;
+}