X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcommon.css;h=6c9875b550d8718fbfa034d0caad7b5a95f44fcb;hb=138df17b6765b1a71197ccf5602eb9f87fbef5f4;hp=6d8d2e7b1395db339babfd5d182f87a328cc4a1d;hpb=589b5528220a57ff70809bd8ef0eeaf51a0c8b2f;p=themes.git diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index 6d8d2e7b..6c9875b5 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 { } @@ -235,6 +240,10 @@ notification { margin: -4px; /* Compensate for the .panel-arrowcontent padding. */ } +.devtools-tooltip-variables-view-box .variable-or-property > .title { + -moz-padding-end: 6px; +} + /* Tooltip: Tiles */ .devtools-tooltip-tiles {