X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FaboutSupport.css;h=268993a6eb9e48f734dbb4f1bdf4555d9d793f83;hp=990091a8a29c26f7ba34141674cf6d8b3809f4d8;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hpb=e6947267ac09872af2aa1c74c74cb00d8581abe4 diff --git a/EarlyBlue/global/aboutSupport.css b/EarlyBlue/global/aboutSupport.css index 990091a8..268993a6 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 { + margin-inline-start: 0; + margin-inline-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,14 @@ 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.title-column { + white-space: nowrap; + width: 0px; + font-size: medium; } th.column { @@ -61,7 +69,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 { @@ -82,14 +95,14 @@ td { } #action-box { - background-color: #CCD0DD; - border: 1px solid #666699; - color: #000000; + 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; - -moz-margin-start: 20px; - -moz-margin-end: 0; + margin-inline-start: 20px; + margin-inline-end: 0; padding: 16px; width: 30%; } @@ -100,7 +113,7 @@ td { display: none; } -#action-box:-moz-dir(rtl) { +#action-box:dir(rtl) { float: left; } @@ -112,6 +125,11 @@ td { display: block; } +#verify-place-result { + max-height: 200px; + overflow: auto; +} + .block { display: block; }