first part of syncing LCARStrek with Firefox 39 windows theme changes
[themes.git] / LCARStrek / browser / devtools / widgets.css
index 2979d74cc6a646cd7d1584f4389195c8a8fca31e..75db1d04bb9212c1b1c8831f56946ad600365397 100644 (file)
   cursor: col-resize;
 }
 
+.graph-widget-canvas[input=adjusting-view-area] {
+  cursor: grabbing;
+}
+
 .graph-widget-canvas[input=hovering-selection-contents] {
   cursor: grab;
 }
 }
 
 .line-graph-widget-tooltip[type=maximum] {
-  left: -1px;
-}
-
-.line-graph-widget-tooltip[type=minimum] {
-  left: -1px;
-}
-
-.line-graph-widget-tooltip[type=average] {
-  right: -1px;
-}
-
-.line-graph-widget-tooltip[type=maximum][with-arrows=true] {
   left: 14px;
 }
 
-.line-graph-widget-tooltip[type=minimum][with-arrows=true] {
+.line-graph-widget-tooltip[type=minimum] {
   left: 14px;
 }
 
-.line-graph-widget-tooltip[type=average][with-arrows=true] {
+.line-graph-widget-tooltip[type=average] {
   right: 4px;
 }