second part of syncing LCARStrek with Firefox 35 windows theme changes
[themes.git] / LCARStrek / browser / devtools / webaudioeditor.css
index 82c11107bd55618337fb00181d62759b38eb3c57..18b1d08dcc66e0e1f2341db3fe32db47051d1b3f 100644 (file)
@@ -77,9 +77,9 @@ g.edgeLabel tspan {
   fill: #008484; /* Select Highlight Blue */
 }
 
-/* Text in nodes */
+/* Text in nodes and edges */
 text {
-  cursor: pointer;
+  cursor: default; /* override the "text" cursor */
   font-weight: 300;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serf;
   font-size: 14px;
@@ -92,6 +92,10 @@ g.selected text {
 /*  fill: #f0f1f2; / Toolbars */
 }
 
+.nodes text {
+  cursor: pointer;
+}
+
 /**
  * Inspector Styles
  */