X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=8fe61503e624ebff0e8dd3941fd7fe151943a381;hp=db74540566db0e0975eacc285c505df0f2a5d0c9;hb=e2734cc744523d8adb0aa3d44644220b98d8201c;hpb=884ab557162de8c96be75129f6d0ee41c4d18c65 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index db745405..8fe61503 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; */ } @@ -278,3 +274,34 @@ 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; +} + +/* Security styles */ + +.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; +} + +.webconsole-msg-security.webconsole-msg-error { + -moz-image-region: rect(32px, 16px, 40px, 8px); +} + +.webconsole-msg-security.webconsole-msg-warn { + -moz-image-region: rect(32px, 24px, 40px, 16px); +}