X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdark-theme.css;h=38407b5d930233ae1a13166b292431eefe58b7c7;hp=a6f7eabc396e2848ecb8f768abb14f852a458588;hb=19988d2d5bba419a5f24824e3c7edf3119d95898;hpb=1f756abf03f98e18ecac7bc2d4e6d58682a47076 diff --git a/LCARStrek/browser/devtools/dark-theme.css b/LCARStrek/browser/devtools/dark-theme.css index a6f7eabc..38407b5d 100644 --- a/LCARStrek/browser/devtools/dark-theme.css +++ b/LCARStrek/browser/devtools/dark-theme.css @@ -28,6 +28,7 @@ --theme-splitter-color: #9C9CFF; --theme-comment: #A09090; + --theme-sidebar-background: #000000; --theme-contrastsidebar-background: #A09090; --theme-contrastsidebar-color: #000000; --theme-contrastsidebar-bordercolor: #000000; @@ -606,6 +607,7 @@ div.CodeMirror span.eval-text { .devtools-button { border: 0 solid var(--theme-splitter-color); background: var(--theme-toolbar-background); + color: var(--theme-body-color); margin: 0; padding: 0; min-width: 32px; @@ -648,6 +650,11 @@ div.CodeMirror span.eval-text { background-repeat: no-repeat; } +.devtools-button[disabled]::before, +.devtools-button:disabled::before { + opacity: 0.5; +} + @media (min-resolution: 1.25dppx) { .devtools-button::before { background-size: 32px; @@ -691,8 +698,8 @@ div.CodeMirror span.eval-text { /* Searchbox is a div container element for a search input element */ .devtools-searchbox { - display: -moz-box; - -moz-box-flex: 1; + display: flex; + flex: 1; position: relative; } @@ -833,6 +840,13 @@ div.CodeMirror span.eval-text { -moz-border-end-width: 0; } +.devtools-sidebar-tabs tabs > tab { +} + +.devtools-sidebar-tabs tabs > tab[selected], +.devtools-sidebar-tabs tabs > tab[selected] + tab { +} + .devtools-sidebar-tabs tabs > tab:first-child { } @@ -842,9 +856,6 @@ div.CodeMirror span.eval-text { .devtools-sidebar-tabs tabs > tab:hover:active { } -.devtools-sidebar-tabs tabs > tab[selected] + tab { -} - .devtools-sidebar-tabs tabs > tab[selected] + tab:hover { }