fourth and final part of syncing LCARStrek with Firefox 31 windows theme changes
[themes.git] / LCARStrek / browser / devtools / canvasdebugger.css
index c1d69b38656aa1e6cc66a309f21708a4f151f3b1..295f485a8cf02aa6828fc1d24bddb0af339ababc 100644 (file)
 }
 
 #record-snapshot {
 }
 
 #record-snapshot {
+  list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch-tbutton.svg");
+}
+
+#record-snapshot:hover {
   list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch.svg");
 }
 
 #record-snapshot[checked] {
   list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch.svg");
 }
 
 #record-snapshot[checked] {
+  list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch-checked-tbutton.svg");
+}
+
+#record-snapshot[checked]:hover {
   list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch-checked.svg");
 }
 
   list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch-checked.svg");
 }