X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdebugger.css;h=cae4aa7ea3c0bbd9315f85a17d612fa612a69030;hb=9db3c53b7add81effd8be684d173ac9e7d31fc9d;hp=86494e3614af4812a845ca49f5dbaa5d35485b05;hpb=ed88669caec874222dbeeb427afef95fbd787acb;p=themes.git diff --git a/LCARStrek/browser/devtools/debugger.css b/LCARStrek/browser/devtools/debugger.css index 86494e36..cae4aa7e 100644 --- a/LCARStrek/browser/devtools/debugger.css +++ b/LCARStrek/browser/devtools/debugger.css @@ -103,6 +103,24 @@ window { /* box-shadow: inset 1px 0 0 #222426; */ } +/* Debugger unblackbox button */ + +#black-boxed-message-button > .button-box > .button-icon { + width: 16px; + height: 16px; + background-image: url("debugger-blackbox.png"); + background-position: 0 0; + background-size: 32px 16px; + background-repeat: no-repeat; + -moz-margin-end: 5px; +} + +@media (min-resolution: 2dppx) { + #black-boxed-message-button > .button-box > .button-icon { + background-image: url("debugger-blackbox@2x.png"); + } +} + /* Black box message and source progress meter */ #black-boxed-message,