X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcommon.css;h=cd3e746f3fad05111952d16a28e194d4c22b71d7;hp=6c9875b550d8718fbfa034d0caad7b5a95f44fcb;hb=6f5a7408a1bd6d680d581fdf88469481da91aa72;hpb=ed88669caec874222dbeeb427afef95fbd787acb diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index 6c9875b5..cd3e746f 100644 --- a/LCARStrek/browser/devtools/common.css +++ b/LCARStrek/browser/devtools/common.css @@ -91,7 +91,7 @@ notification { } .devtools-autocomplete-listbox > richlistitem > .autocomplete-count { - text-align: right; + text-align: end; } /* Rest of the dark and light theme */ @@ -175,9 +175,24 @@ notification { min-width: 100px; max-width: 400px; } -.devtools-tooltip[clamped-dimensions] .panel-arrowcontent { +.devtools-tooltip[clamped-dimensions-no-min-height] { + min-height: 0; + max-height: 400px; + min-width: 100px; + max-width: 400px; +} +.devtools-tooltip[clamped-dimensions-no-max-or-min-height] { + min-width: 400px; + max-width: 400px; +} +.devtools-tooltip[clamped-dimensions] .panel-arrowcontent, +.devtools-tooltip[clamped-dimensions-no-min-height] .panel-arrowcontent, +.devtools-tooltip[clamped-dimensions-no-max-or-min-height] .panel-arrowcontent { overflow: hidden; } +.devtools-tooltip[wide] { + max-width: 600px; +} /* Tooltip: Simple Text */ @@ -213,14 +228,6 @@ notification { margin-bottom: -4px; } -/* Tooltip: Font Family Previewer Text */ -.devtools-tooltip-font-previewer-text { - max-width: 400px; - line-height: 1.5; - font-size: 150%; - text-align: center; -} - /* Tooltip: Alert Icon */ .devtools-tooltip-alert-icon { @@ -268,6 +275,16 @@ notification { height: 120px; background-color: transparent; border: none; + padding: 0; +} + +#color-value { + color: #FF9F00; +} + +#color-value.highlight { + color: #FFCF00; } + /* === END common.inc.css === */