X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Ftoolbox.css;fp=LCARStrek%2Fbrowser%2Fdevtools%2Ftoolbox.css;h=ffb857ed2f9eb3086927d8c91c389bdbe62abc8b;hp=2fbf6a64ae13bde296f41fc9dd8ea943677a795e;hb=82b4252f7e41007fc93fa3b94fd7418a07c03fd1;hpb=9b1c3cf977537f3b1f7e2fc89977eac6e2bfb6fe diff --git a/LCARStrek/browser/devtools/toolbox.css b/LCARStrek/browser/devtools/toolbox.css index 2fbf6a64..ffb857ed 100644 --- a/LCARStrek/browser/devtools/toolbox.css +++ b/LCARStrek/browser/devtools/toolbox.css @@ -137,8 +137,8 @@ window { } .devtools-tab { - min-width: 88px; - /* min-height: 22px; */ + min-width: 32px; + max-width: 110px; color: #000000; margin: 0; -moz-margin-end: 3px; @@ -148,20 +148,16 @@ window { 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, @@ -170,11 +166,6 @@ 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;