X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Ftoolbox.css;h=fa527f3cccb0800f1bbfd417de2f9b0fe444031c;hp=448e1e9cdd154451e7820071f37e0d527a9674a5;hb=60156ae2942f9e0388417766c47ff8d8ab79369b;hpb=8cbd10f23d017d95a5f0c193375aa23b14da0d16 diff --git a/LCARStrek/devtools/toolbox.css b/LCARStrek/devtools/toolbox.css index 448e1e9c..fa527f3c 100644 --- a/LCARStrek/devtools/toolbox.css +++ b/LCARStrek/devtools/toolbox.css @@ -45,6 +45,16 @@ color: #FFCF00; } +/* Set flex attribute to Toolbox buttons and Picker container so, + they don't overlapp with the tab bar */ +#toolbox-buttons { + display: flex; +} + +#toolbox-picker-container { + display: flex; +} + /* Toolbox tabs */ .devtools-tab { @@ -65,12 +75,8 @@ -moz-user-focus: normal; -moz-box-flex: 1; - color: #000000; - background-color: #C09070; -} - -.theme-dark .devtools-tab:hover { - color: #ced3d9; + color: var(--theme-button-color); + background-color: var(--theme-button-background); } .devtools-tab:hover, @@ -112,8 +118,8 @@ } .devtools-tabbar .devtools-tab[selected] { - background-color: var(--theme-selection-background); color: var(--theme-selection-color); + background-color: var(--theme-selection-background); } #toolbox-tabs .devtools-tab[selected],