sync LCARStrek to Firefox 13 winstripe changes, first part
[themes.git] / LCARStrek / browser / devtools / csshtmltree.css
index 37b351465018b00c3d5924b43e94c27dfb823edd..c530cd1e0052312c950910ecd4ef7d2790642f1a 100644 (file)
@@ -66,6 +66,9 @@
 .helplink:visited {
   text-decoration: none;
 }
+link:hover {
+  text-decoration: underline;
+}
 
 .helplink {
   display: block;
@@ -85,6 +88,7 @@
 .rulelink {
   color: -moz-dialogtext;
   padding: 0;
+  cursor: pointer;
 }
 
 .expander {
 
 .ruleview-rule-source {
   background-color: #000000;
+  color: #9C9CFF;
   padding: 2px 5px;
+  cursor: pointer;
+}
+
+.ruleview-rule-source:hover {
+  text-decoration: underline;
 }
 
 .ruleview-code {