X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fcommon.css;h=6c9eafc9a3089fc54b687b6a8b314013bdd1d71f;hp=72b7e70258f6bbe9a54faaaf32ba7322ea7a1f96;hb=3d64e0cebebe213f541634b9a0b2c6e7ba84fcfb;hpb=45dc7657b767fde2dc6b5d3ec71379bf5f624007 diff --git a/LCARStrek/browser/devtools/common.css b/LCARStrek/browser/devtools/common.css index 72b7e702..6c9eafc9 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 { } @@ -227,6 +232,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 { @@ -237,4 +246,20 @@ notification { background-position: 0 0, 10px 10px; } +.devtools-tooltip-iframe { + border: none; + background: transparent; +} + +/* Eyedropper Widget */ + +.devtools-eyedropper-panel { + pointer-events: none; + -moz-appearance: none; + width: 156px; + height: 120px; + background-color: transparent; + border: none; +} + /* === END common.inc.css === */