X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=8fe61503e624ebff0e8dd3941fd7fe151943a381;hp=b521681247aa48e4aacde91e46c3bed1e1298db0;hb=e2734cc744523d8adb0aa3d44644220b98d8201c;hpb=0dbf361d328160491ffcb95bf7428443aa7c05fa diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index b5216812..8fe61503 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -287,6 +287,8 @@ webconsole-mixed-content { border: none; } +/* Security styles */ + .webconsole-msg-security > .webconsole-msg-icon-container { -moz-border-start: solid #FF0000 6px; } @@ -295,3 +297,11 @@ webconsole-mixed-content { 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); +}