X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fsplitview.css;fp=LCARStrek%2Fdevtools%2Fsplitview.css;h=0000000000000000000000000000000000000000;hp=e11e9d79264b13b2b6605350a012c1e595e61e5d;hb=bdb9f97982138845069e66497bea0e2c4d0fe455;hpb=b1d1a8bbaca0a31b2c2581911368b6892d447718 diff --git a/LCARStrek/devtools/splitview.css b/LCARStrek/devtools/splitview.css deleted file mode 100644 index e11e9d79..00000000 --- a/LCARStrek/devtools/splitview.css +++ /dev/null @@ -1,81 +0,0 @@ -/* vim:set ts=2 sw=2 sts=2 et: */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -.theme-dark, -.theme-light, -.theme-firebug { - --sidemenu-selected-arrow: url(images/itemArrow-dark-ltr.svg); - --sidemenu-selected-arrow-rtl: url(images/itemArrow-dark-rtl.svg); -} - -.splitview-nav-container .devtools-throbber { - display: none; - text-align: center; -} - -.loading .splitview-nav-container .devtools-throbber { - display: block; -} - -.splitview-nav { - list-style: none; - padding: 0; - margin: 0; - background-color: var(--theme-sidebar-background); -} - -.splitview-nav > li { - padding-inline-end: 8px; - -moz-box-align: center; - outline: 0; - vertical-align: bottom; - border-bottom: 1px solid rgba(160,144,144,0.15); -} - -.placeholder { - -moz-box-flex: 1; - text-align: center; -} - -.splitview-nav > li.splitview-active { - background-color: var(--theme-selection-background); - color: var(--theme-selection-color); - background-image: var(--sidemenu-selected-arrow); - background-repeat: no-repeat; - background-position: center right; -} - -.splitview-nav > li.splitview-active:-moz-locale-dir(rtl) { - background-image: var(--sidemenu-selected-arrow-rtl); - background-position: center left; -} - -/* Toolbars */ - -.splitview-main > .devtools-toolbar { - background-origin: border-box; - background-clip: border-box; -} - -.splitview-main > toolbar { - padding-inline-end: 3px; -} - -.splitview-details > toolbar { - padding-inline-start: 3px; -} - -.splitview-main > toolbar, -.loading .splitview-nav-container { - border-inline-end: 1px solid var(--theme-splitter-color); -} - -.splitview-main > .devtools-toolbarbutton { - font-size: 11px; -/* padding: 0 8px;*/ - width: auto; - min-width: 48px; - min-height: 0; -}