X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=be6686a6a3e628f41a691ab7fdda8e4595bdd4f4;hp=db74540566db0e0975eacc285c505df0f2a5d0c9;hb=ed1a91c660e33123a3167af0806d58e00845240b;hpb=fbe1ce82c93eb16a7fa525ccef715a25a5eba9e2 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index db745405..be6686a6 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -6,16 +6,6 @@ window { padding: 0; } -.hud-outer-wrapper { - width: 100%; - height: 100%; -} - -.hud-console-wrapper { - width: 100%; - overflow: auto; -} - /* General output styles */ .webconsole-timestamp { @@ -104,7 +94,6 @@ window { .hud-output-node { -moz-appearance: none; border-bottom: 1px solid #9C9CFF; - border-top: 1px solid #9C9CFF; margin: 0; } @@ -115,7 +104,7 @@ window { /* WebConsole colored drops */ -.webconsole-filter-button[checked=true] { +.webconsole-filter-button[checked] { /* color: white !important; */ } @@ -278,3 +267,24 @@ webconsole-mixed-content { .hud-filter-box { width: 200px; } + +.webconsole-msg-inspector iframe { + height: 7em; + margin-bottom: 15px; + -moz-margin-end: 15px; + border-radius: 4px; +} + +#webconsole-sidebar > tabs { + height: 0; + border: none; +} + +.webconsole-msg-security > .webconsole-msg-icon-container { + -moz-border-start: solid #FF0000 6px; +} + +.webconsole-filter-button[category="security"] > .toolbarbutton-menubutton-button:before { + background-color: #FF0000; + border-color: #FFCF00; +}