X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=b521681247aa48e4aacde91e46c3bed1e1298db0;hb=c4affa52f0de77abdffd5ea5764ce432a012bf82;hp=e6492647db3304c6335e1df2076e33f3fd1e689e;hpb=c29b709d831267c35464cdff935f54cd752609db;p=themes.git diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index e6492647..b5216812 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; } @@ -113,9 +102,16 @@ window { display: none; } +.hidden-message { + display: block; + visibility: hidden; + height: 0; + overflow: hidden; +} + /* WebConsole colored drops */ -.webconsole-filter-button[checked=true] { +.webconsole-filter-button[checked] { /* color: white !important; */ } @@ -141,12 +137,12 @@ window { /* Network styles */ .webconsole-filter-button[category="net"] > .toolbarbutton-menubutton-button:before { - background-image: linear-gradient(#796400, #000000); + background-image: linear-gradient(#BF9B00, #7F6700); border-color: #FFCF00; } .webconsole-msg-network > .webconsole-msg-icon-container { - -moz-border-start: solid #000 6px; + -moz-border-start: solid #FFCF00 6px; } .webconsole-msg-network.webconsole-msg-error { @@ -155,12 +151,12 @@ window { /* CSS styles */ .webconsole-filter-button[category="css"] > .toolbarbutton-menubutton-button:before { - background-image: linear-gradient(#484879, #000000); + background-image: linear-gradient(#7575BF, #4E4E7F); border-color: #9C9CFF; } .webconsole-msg-cssparser > .webconsole-msg-icon-container { - -moz-border-start: solid #00b6f0 6px; + -moz-border-start: solid #9C9CFF 6px; } .webconsole-msg-cssparser.webconsole-msg-error { @@ -172,13 +168,13 @@ window { } /* JS styles */ -webconsole-filter-button[category="js"] > .toolbarbutton-menubutton-button:before { - background-image: linear-gradient(#794900, #000000); +.webconsole-filter-button[category="js"] > .toolbarbutton-menubutton-button:before { + background-image: linear-gradient(#BF7700, #7F4F00); border-color: #FF9F00; } .webconsole-msg-exception > .webconsole-msg-icon-container { - -moz-border-start: solid #fb9500 6px; + -moz-border-start: solid #FF9F00 6px; } .webconsole-msg-exception.webconsole-msg-error { @@ -191,12 +187,12 @@ webconsole-filter-button[category="js"] > .toolbarbutton-menubutton-button:befor /* Web Developer styles */ .webconsole-filter-button[category="logging"] > .toolbarbutton-menubutton-button:before { - background-image: linear-gradient(#402858, #000000); + background-image: linear-gradient(#5F3B83, #3F2756); border-color: #8050B0; } .webconsole-msg-console > .webconsole-msg-icon-container { - -moz-border-start: solid #cbcbcb 6px; + -moz-border-start: solid #8050B0 6px; } .webconsole-msg-console.webconsole-msg-error, @@ -278,3 +274,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; +}