X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fin-content%2Fcommon.css;h=2b6ef8a3118142bfafadbc09544e50af53c1e3fb;hp=868ada8a919aeb66093e9ce7166ee5dc5cd66f63;hb=a9f6369d5cebd3c329b993d57e73bcf30fffd2cd;hpb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf diff --git a/LCARStrek/global/in-content/common.css b/LCARStrek/global/in-content/common.css index 868ada8a..2b6ef8a3 100644 --- a/LCARStrek/global/in-content/common.css +++ b/LCARStrek/global/in-content/common.css @@ -12,7 +12,7 @@ --in-content-page-background: #000000; --in-content-text-color: #FF9F00; --in-content-selected-text: #000000; - ---in-content-header-border-color: #c8c8c8; + --in-content-header-border-color: #A09090; --in-content-button-background: #C09070; --in-content-box-background: #000000; ---in-content-box-background-odd: #f3f6fa; @@ -99,6 +99,11 @@ html|hr { xul|caption { } +html|h2, +xul|caption > xul|checkbox, +xul|caption > xul|label { +} + xul|caption > xul|checkbox, xul|caption > xul|label { margin-top: 0; @@ -128,7 +133,7 @@ xul|groupbox { font-size: 1.25rem; } -xul|groupbox xul|label:not(.menu-accel):not(.menu-text):not(.indent), +xul|groupbox xul|label:not(.menu-accel):not(.menu-text):not(.indent):not(.learnMore), xul|groupbox xul|description { / !important needed to override toolkit !important rule / margin-inline-start: 0 !important; @@ -325,6 +330,26 @@ xul|*.help-button > xul|*.button-box > xul|*.button-icon { xul|*.help-button > xul|*.button-box > xul|*.button-text { display: none; } + +html|*.help-button { + width: 16px; + height: 16px; + border: 0; + padding: 0; + display: inline-block; + background-image: url("chrome://global/skin/in-content/help-glyph.svg#help"); + background-repeat: no-repeat; + background-position: center center; + background-size: contain; +} + +html|*.help-button:hover { + background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-hover"); +} + +html|*.help-button:hover:active { + background-image: url("chrome://global/skin/in-content/help-glyph.svg#help-pressed"); +} /* xul|*.spinbuttons-button { min-height: initial; @@ -586,7 +611,12 @@ xul|*.checkbox-label-box { xul|richlistitem > xul|*.checkbox-check { margin: 3px 6px; } - +*/ +html|*.toggle-container-with-text { + display: flex; + align-items: center; +} +/* xul|radio { margin-inline-start: 0; }