X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fcanvasdebugger.css;h=04185aa44406f82478c07d1e7bad93237154704a;hp=a532f1004e78f5b9fa7ee0b6326ffd03b8f3c8cf;hb=dadba0f24ba2459f70e098788b20b0e4ba96a7d2;hpb=7c1e433be6221f02302397a7d5bcf1e25b949a75 diff --git a/LCARStrek/devtools/canvasdebugger.css b/LCARStrek/devtools/canvasdebugger.css index a532f100..04185aa4 100644 --- a/LCARStrek/devtools/canvasdebugger.css +++ b/LCARStrek/devtools/canvasdebugger.css @@ -14,7 +14,7 @@ min-width: 30px; min-height: 28px; margin: 0; - list-style-image: url("profiler-stopwatch.svg"); + list-style-image: url("images/profiler-stopwatch.svg"); } #empty-notice > button .button-text { @@ -38,19 +38,7 @@ } #record-snapshot { - list-style-image: url("chrome://devtools/skin/profiler-stopwatch-tbutton.svg"); -} - -#record-snapshot:hover { - list-style-image: url("chrome://devtools/skin/profiler-stopwatch.svg"); -} - -#record-snapshot[checked] { - list-style-image: url("chrome://devtools/skin/profiler-stopwatch-checked-tbutton.svg"); -} - -#record-snapshot[checked]:hover { - list-style-image: url("chrome://devtools/skin/profiler-stopwatch-checked.svg"); + list-style-image: url("chrome://devtools/skin/images/profiler-stopwatch-tbutton.svg"); } /* Snapshots items */ @@ -116,14 +104,8 @@ /* Debugging pane controls */ -#debugging-controls .devtools-toolbarbutton > .toolbarbutton-icon { - width: 16px; - height: 16px; -} - #resume { list-style-image: url("debugger-play.png"); - -moz-image-region: rect(0px,32px,16px,16px); } #step-over { @@ -141,7 +123,6 @@ @media (min-resolution: 1.1dppx) { #resume { list-style-image: url(debugger-play@2x.png); - -moz-image-region: rect(0px,64px,32px,32px); } #step-over { @@ -157,14 +138,6 @@ } } -#debugging-controls > toolbarbutton { - transition: opacity 0.15s ease-in-out; -} - -#debugging-controls > toolbarbutton[disabled=true] { - opacity: 0.5; -} - #calls-slider { -moz-padding-end: 24px; }