X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Ftoolbox.css;h=dc9b191bda5d625d84b5a35ef4af3badef89d56a;hb=6dc70335b2a0bf287f39b81011cb275c8158622c;hp=620bd55b8ee57c67e1c939b08c589c82484f99c2;hpb=fe524e0c0e2035af794e8183b25693f847fb12ce;p=themes.git diff --git a/LCARStrek/browser/devtools/toolbox.css b/LCARStrek/browser/devtools/toolbox.css index 620bd55b..dc9b191b 100644 --- a/LCARStrek/browser/devtools/toolbox.css +++ b/LCARStrek/browser/devtools/toolbox.css @@ -117,6 +117,26 @@ notification { -moz-image-region: rect(0px, 32px, 16px, 16px); } +#command-button-pick { + list-style-image: url("chrome://browser/skin/devtools/command-pick.png"); + -moz-image-region: rect(0px, 16px, 16px, 0px); +} + +#command-button-pick:hover, +#command-button-pick:hover:active { + -moz-image-region: rect(0px, 32px, 16px, 16px); +} + +#command-button-splitconsole { + list-style-image: url("chrome://browser/skin/devtools/command-console.png"); + -moz-image-region: rect(0px, 16px, 16px, 0px); +} + +#command-button-splitconsole:hover, +#command-button-splitconsole:hover:active { + -moz-image-region: rect(0px, 32px, 16px, 16px); +} + /* Tabs */ @@ -144,6 +164,8 @@ notification { .devtools-tab > image { -moz-margin-end: 0px; /* -moz-margin-start: 4px; */ + max-height: 16px; + width: 16px; /* Prevents collapse during theme switching */ } #toolbox-tab-options > image { @@ -202,10 +224,6 @@ notification { visibility: collapse; } -#options-panel { - /* background-image: url("chrome://browser/skin/newtab/noise.png"); */ -} - .options-vertical-pane { margin: 5px; width: calc(50% - 30px);