X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcommon.css;h=72b61f3c6e5ac08089636c4e859a190236d3ff0f;hb=702d3d616e8e01b04dfa92d676bda96543a75560;hp=fed30341221afa6c8faeb6a3c167f6885b09a25d;hpb=dccbbf95a71ca8f090dd41f6a9698eb33368c1a9;p=themes.git diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index fed30341..72b61f3c 100644 --- a/LCARStrek/browser/devtools/common.css +++ b/LCARStrek/browser/devtools/common.css @@ -49,8 +49,6 @@ notification { /* Dark and light theme */ .devtools-autocomplete-popup { - border: 1px solid #FF9F00; - background-color: #000000; border-radius: 3px; overflow-x: hidden; max-height: 40rem; @@ -96,7 +94,14 @@ notification { text-align: right; } -/* Rest of the light theme */ +/* Rest of the dark and light theme */ + +.devtools-autocomplete-popup, +.CodeMirror-hints, +.CodeMirror-Tern-tooltip { + border: 1px solid #FF9F00; + background-color: #000000; +} .devtools-autocomplete-popup.light-theme { } @@ -170,7 +175,14 @@ 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] .panel-arrowcontent, +.devtools-tooltip[clamped-dimensions-no-min-height] .panel-arrowcontent { overflow: hidden; } @@ -208,14 +220,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 {