X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fprofiler.css;h=e5e40f45d8897bb20677904e0c93bb7cad1fef43;hp=858d28f5b94de0239570cc42ba11d34cb96059ce;hb=dccbbf95a71ca8f090dd41f6a9698eb33368c1a9;hpb=1e8874ff0d80f10ef6a2e91931a3b1b73430236d diff --git a/LCARStrek/browser/devtools/profiler.css b/LCARStrek/browser/devtools/profiler.css index 858d28f5..e5e40f45 100644 --- a/LCARStrek/browser/devtools/profiler.css +++ b/LCARStrek/browser/devtools/profiler.css @@ -69,18 +69,11 @@ window { } #profiler-start { - list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch.png"); - -moz-image-region: rect(0px,16px,16px,0px); -} - -#profiler-start:hover { - -moz-image-region: rect(16px,16px,32px,0px); -} - -#profiler-start[checked] { - -moz-image-region: rect(0px,32px,16px,16px); + list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch-tbutton.svg"); } +#profiler-start:hover, +#profiler-start[checked], #profiler-start[checked]:hover { - -moz-image-region: rect(16px,32px,32px,16px); + list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch.svg"); }