X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fprofiler.css;h=e5e40f45d8897bb20677904e0c93bb7cad1fef43;hp=154aa895b4b3d348e921929402fbc94e7059697d;hb=0bcd55874801a7433d9e74c9377f866abf9d3d1a;hpb=45dc7657b767fde2dc6b5d3ec71379bf5f624007 diff --git a/LCARStrek/browser/devtools/profiler.css b/LCARStrek/browser/devtools/profiler.css index 154aa895..e5e40f45 100644 --- a/LCARStrek/browser/devtools/profiler.css +++ b/LCARStrek/browser/devtools/profiler.css @@ -68,37 +68,12 @@ window { color: #3A3A5F; /* 37% of #9C9CFF */ } -#profiler-controls > toolbarbutton { -/* margin: 0; - box-shadow: none; - border-radius: 0; - border-width: 0; - -moz-border-end-width: 1px; - outline-offset: -3px;*/ -} - -#profiler-controls > toolbarbutton:last-of-type { -/* -moz-border-end-width: 0;*/ -} - -#profiler-controls { - border-radius: 3px; - margin: 0 3px; -} - #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"); }