X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Ftoolbox.css;h=ffb857ed2f9eb3086927d8c91c389bdbe62abc8b;hp=60941e0592a2bd0a5d41fb1bbb8f3475c96aeca2;hb=a6757852d5e238f92623d779d7820b856518a575;hpb=0142a07bfbc380cc6c485555737a59a7a401fcae diff --git a/LCARStrek/browser/devtools/toolbox.css b/LCARStrek/browser/devtools/toolbox.css index 60941e05..ffb857ed 100644 --- a/LCARStrek/browser/devtools/toolbox.css +++ b/LCARStrek/browser/devtools/toolbox.css @@ -81,6 +81,17 @@ window { .command-button:hover:active { } +#command-button-paintflashing { + list-style-image: url("chrome://browser/skin/devtools/command-paintflashing.png"); + -moz-image-region: rect(0px, 16px, 16px, 0px); +} + +#command-button-paintflashing:hover, +#command-button-paintflashing:hover:active, +#command-button-paintflashing[checked=true] { + -moz-image-region: rect(0px, 32px, 16px, 16px); +} + #command-button-responsive { list-style-image: url("chrome://browser/skin/devtools/command-responsivemode.png"); -moz-image-region: rect(0px, 16px, 16px, 0px); @@ -126,29 +137,27 @@ window { } .devtools-tab { - min-width: 88px; - /* min-height: 22px; */ + min-width: 32px; + max-width: 110px; color: #000000; margin: 0; -moz-margin-end: 3px; + padding: 1px; + -moz-padding-start: 3px; background-color: #C09070; border-radius: 8px 8px 0 0; } -.devtools-tab > .radio-label-center-box > .radio-label-box { - padding: 0 6px; - border-radius: 8px 8px 0 0; -} - -.devtools-tab > .radio-label-center-box > .radio-label-box > .radio-icon { - -moz-margin-end: 6px; +.devtools-tab > image { + -moz-margin-end: 0px; +/* -moz-margin-start: 8px; */ } -.devtools-tab:hover > .radio-label-center-box > .radio-label-box > .radio-icon { +.devtools-tab:hover > image { } -.devtools-tab:active > .radio-label-center-box > .radio-label-box > .radio-icon, -.devtools-tab[selected=true] > .radio-label-center-box > .radio-label-box > .radio-icon { +.devtools-tab:active > image, +.devtools-tab[selected=true] > image { } .devtools-tab:hover, @@ -157,12 +166,51 @@ window { color: #000000; } -.devtools-tab:hover > .radio-label-center-box > .radio-label-box, -.devtools-tab:hover:active > .radio-label-center-box > .radio-label-box { - color: #000000; -} - .devtools-tab[selected=true] { background-color: #008484; color: #000000; } + +.devtools-tab > spacer { + max-width: 0; + -moz-box-flex: 0; +} + +.devtools-tab > image { + -moz-margin-end: 0; + -moz-margin-start: 0; +} + +#toolbox-tab-options { + min-width: 20px; +} + +#toolbox-tab-options > image { + -moz-margin-end: 3px; +} + + +#options-panel { + /* background-image: url("chrome://browser/skin/newtab/noise.png"); */ +} + +.options-vertical-pane { + margin: 15px; + width: calc(50% - 30px); + min-width: 400px; + -moz-padding-start: 5px; +} + +.options-vertical-pane > label { + padding: 5px 0; + font-size: 1.4rem; +} + +.options-groupbox { + -moz-margin-start: 15px; + padding: 4px; +} + +.options-groupbox > * { + padding: 2px; +}