X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fbrowser%2Fdevtools%2Ftoolbox.css;h=dc9b191bda5d625d84b5a35ef4af3badef89d56a;hb=6dc70335b2a0bf287f39b81011cb275c8158622c;hp=0998dfde1d6bf0b82f0a093c04c6a750cf62cc09;hpb=b27cc46e639c7b6f88a224a7492701957379c32c;p=themes.git diff --git a/LCARStrek/browser/devtools/toolbox.css b/LCARStrek/browser/devtools/toolbox.css index 0998dfde..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,25 +224,21 @@ notification { visibility: collapse; } -#options-panel { - /* background-image: url("chrome://browser/skin/newtab/noise.png"); */ -} - .options-vertical-pane { - margin: 15px; + margin: 5px; width: calc(50% - 30px); min-width: 400px; -moz-padding-start: 5px; } .options-vertical-pane > label { - padding: 5px 0; + padding: 2px 0; font-size: 1.4rem; } .options-groupbox { -moz-margin-start: 15px; - padding: 4px; + padding: 2px; } .options-groupbox > * { @@ -239,3 +257,8 @@ notification { padding: 3px 0 0 !important; /* To align it with the checkbox */ font-style: italic; } + +.hidden-labels-box:not(.visible) > label, +.hidden-labels-box.visible ~ .hidden-labels-box > label:last-child { + display: none; +}