X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fdark-theme.css;h=55f99d80912fb63e273a3e66d28d50bede29fa94;hp=828c04830e1e2507340171a1fa1ad2576692c23e;hb=6dc70335b2a0bf287f39b81011cb275c8158622c;hpb=c5987919b7290726b80e9fa7eefc762a5c1b6c02 diff --git a/LCARStrek/browser/devtools/dark-theme.css b/LCARStrek/browser/devtools/dark-theme.css index 828c0483..55f99d80 100644 --- a/LCARStrek/browser/devtools/dark-theme.css +++ b/LCARStrek/browser/devtools/dark-theme.css @@ -133,6 +133,11 @@ color: #FF0000; } +.theme-toolbar, +.devtools-toolbar { /* General toolbar styling */ +} + + .theme-fg-contrast { /* To be used for text on theme-bg-contrast */ color: #FFCF00; } @@ -198,4 +203,57 @@ div.cm-s-mozilla span.CodeMirror-matchingbracket { /* highlight brackets */ min-height: 1.4em; } +/* XUL panel styling (see browser/devtools/shared/widgets/Tooltip.js) */ + +.theme-tooltip-panel .panel-arrowcontent { +/* padding: 5px; */ + background: rgba(0, 0, 0, .9); +/* border-radius: 5px; + box-shadow: none; + border: 3px solid #9C9CFF; */ +} + +/* Overring panel arrow images to fit with our light and dark themes */ +/* +.theme-tooltip-panel .panel-arrow[side="top"] { + list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-vertical-dark.png"); + margin-bottom: -4px; +} + +.theme-tooltip-panel .panel-arrow[side="bottom"] { + list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-vertical-dark.png"); + margin-top: -4px; +} + +.theme-tooltip-panel .panel-arrow[side="left"] { + list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-horizontal-dark.png"); + margin-right: -4px; +} + +.theme-tooltip-panel .panel-arrow[side="right"] { + list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-horizontal-dark.png"); + margin-left: -4px; +} + +@media (min-resolution: 2dppx) { + .theme-tooltip-panel .panel-arrow[side="top"], + .theme-tooltip-panel .panel-arrow[side="bottom"] { + list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-vertical-dark@2x.png"); + } + + .theme-tooltip-panel .panel-arrow[side="left"], + .theme-tooltip-panel .panel-arrow[side="right"] { + list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-horizontal-dark@2x.png"); + } +} +*/ +.theme-tooltip-panel .devtools-tooltip-simple-text { +/* color: white; */ + border-bottom: 1px solid #A09090; +} + +.theme-tooltip-panel .devtools-tooltip-simple-text:last-child { + border-bottom: 0; +} + /* remove import on top of file when toolbars.inc.css work is done */