X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FaboutSupport.css;h=6e805322e8051ffdc82c7e914db99fdbcc0c381d;hp=f82c4351102349cd30a44c11f84cdf3126862444;hb=fa703ff4868b5400c27aa76a4c65219d297a2431;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/global/aboutSupport.css b/EarlyBlue/global/aboutSupport.css index f82c4351..6e805322 100644 --- a/EarlyBlue/global/aboutSupport.css +++ b/EarlyBlue/global/aboutSupport.css @@ -3,15 +3,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ html { - background-color: #CCD0DD; - color: #000000; - font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; + --aboutSupport-table-background: #CCD0DD; + background-color: var(--in-content-page-background); } body { - width: 90%; - margin-left: 5%; - margin-right: 5%; + margin: 40px 48px; } .page-subtitle { @@ -26,22 +23,27 @@ body { font-weight: bold; } +button { + -moz-margin-start: 0; + -moz-margin-end: 8px; +} + table { - background-color: #CCD0DD; - color: #000000; + background-color: var(--aboutSupport-table-background); + color: var(--in-content-text-color); text-align: start; width: 100%; - border: 1px solid #9999CC; + border: 1px solid var(--in-content-border-color); border-spacing: 0px; } th, td { - padding: 3px; + padding: 4px; } -th + th, -td + td { - border-left: 1px dotted #9999CC; +th:not(:first-child), +td:not(:first-child) { + border-left: 1px dotted var(--in-content-border-color); } thead th { @@ -50,8 +52,8 @@ thead th { th { text-align: start; - background-color: #666699; - color: #CCD0DD; + background-color: var(--in-content-table-header-background); + color: var(--in-content-selected-text); } th.column { @@ -61,7 +63,12 @@ th.column { td { text-align: start; - border-top: 1px dotted #9999CC; +} + +tr:not(:first-child) > td, +tr:not(:first-child) > th { + text-align: start; + border-top: 1px dotted var(--in-content-table-border-dark-color); } .prefs-table { @@ -81,10 +88,10 @@ td { overflow: hidden; } -#reset-box { - background-color: #CCD0DD; - border: 1px solid #666699; - color: #000000; +#action-box { + background-color: var(--aboutSupport-table-background); + border: 1px solid var(--in-content-border-color); + color: var(--in-content-text-color); float: right; margin-top: 2em; margin-bottom: 20px; @@ -94,7 +101,13 @@ td { width: 30%; } -body[dir="rtl"] > #reset-box { +#action-box, +#reset-box, +#safe-mode-box { + display: none; +} + +#action-box:-moz-dir(rtl) { float: left; } @@ -102,7 +115,14 @@ body[dir="rtl"] > #reset-box { margin-top: 0; } -#reset-box > button { +#action-box > button { + display: block; +} + +.block { display: block; - margin: auto; +} + +.hidden { + display: none; }