X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fprofiler.css;h=bfdf77af1c1aa98bcd5cd76b917ecd5e1019e226;hp=30bc66bcef64a3c189772a712bf63c1bf9663ab5;hb=624ebb51af2c1be7397d1b2850a9441fafbe5cd8;hpb=c4460289dd1725d56322647e95f117e93f1e8941 diff --git a/LCARStrek/browser/devtools/profiler.css b/LCARStrek/browser/devtools/profiler.css index 30bc66bc..bfdf77af 100644 --- a/LCARStrek/browser/devtools/profiler.css +++ b/LCARStrek/browser/devtools/profiler.css @@ -7,7 +7,6 @@ window { } .devtools-toolbar { - border-bottom: none; } .profile-name { @@ -27,3 +26,20 @@ window { -moz-padding-end: 8px; -moz-box-align: center; } + +#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); +} + +#profiler-start[checked]:hover { + -moz-image-region: rect(16px,32px,32px,16px); +}