X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fmarkup-view.css;h=f257ffcae6948e9c51cf30055ea5bdf93e3efe1a;hp=c1a36b2ee4b34b3ffd26e0df15a3fad5e1f69e6d;hb=2075203285bc0276d14a434d056cf90131188d44;hpb=3d64e0cebebe213f541634b9a0b2c6e7ba84fcfb diff --git a/LCARStrek/browser/devtools/markup-view.css b/LCARStrek/browser/devtools/markup-view.css index c1a36b2e..f257ffca 100644 --- a/LCARStrek/browser/devtools/markup-view.css +++ b/LCARStrek/browser/devtools/markup-view.css @@ -27,7 +27,7 @@ .theme-selected ~ .editor .theme-fg-color5, .theme-selected ~ .editor .theme-fg-color6, .theme-selected ~ .editor .theme-fg-color7 { - color: #000000; /* Light foreground text */ + color: var(--theme-selection-color); } /* In case a node isn't displayed in the page, we fade the syntax highlighting */ @@ -51,11 +51,9 @@ border-left: 1px solid; border-bottom: 1px solid; overflow: hidden; -} -#previewbar { - background: #000000; /* Tab Toolbar */ - border-color: #9C9CFF; /* Splitters */ + background: var(--theme-toolbar-background); + border-color: var(--theme-splitter-color); } #preview { @@ -82,3 +80,17 @@ background: #000000; outline: 1px solid transparent; } + +/* Events */ +.markupview-events { + font-size: 8px; + font-weight: bold; + line-height: 10px; + border-radius: 3px; + padding: 0px 2px; + -moz-margin-start: 5px; + -moz-user-select: none; + + background-color: var(--theme-body-color-alt); + color: var(--theme-body-background); +}