X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=4bebb5e600933f5c2ca40f5ec0449507a288e6eb;hp=dbdcd31870d45ed42c629113e8b7d43a5da752ad;hb=de57e474d3ff2537ba1a6e54223db3212b7a553c;hpb=d2ce251d5603e79f6c56e5c46b711c8a85403418 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index dbdcd318..4bebb5e6 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -321,6 +321,7 @@ a { .inlined-variables-view iframe { display: block; flex: 1; + margin-top: 5px; margin-bottom: 15px; -moz-margin-end: 15px; border: 1px solid #9C9CFF; @@ -382,6 +383,10 @@ a { background: #000000; /* mainBackgroundColor */ } +.theme-dark .inlined-variables-view iframe { + border-color: #A09090; +} + /* Replace these values with CSS variables as available */ .theme-light .jsterm-input-container { background-color: #000000; /* tabToolbarBackgroundColor */ @@ -399,3 +404,7 @@ a { .theme-light .navigation-marker .url { background: #000000; /* mainBackgroundColor */ } + +.theme-light .inlined-variables-view iframe { + border-color: #A09090; +}