X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=ce4395a320512e2881b2494ed86698ddc43d9f25;hp=c9303d60dc70878eff7706e7bfaf39b26fa5b417;hb=dbe1e314f4f7cef7cc2a9025c8afc0ed34428857;hpb=c54ac9917042385fe35cc9efe736b55d2076e2dc diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index c9303d60..ce4395a3 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -11,7 +11,7 @@ window { } .hud-box.animated { - -moz-transition: height 100ms; + transition: height 100ms; } .hud-outer-wrapper { @@ -217,6 +217,15 @@ window { -moz-image-region: rect(24px, 32px, 32px, 24px); } +webconsole-mixed-content { + color: #FF0000; +} + +.webconsole-mixed-content-link { + color: #9C9CFF; + margin: 0; +} + /* Input and output styles */ .webconsole-msg-input > .webconsole-msg-icon-container, .webconsole-msg-output > .webconsole-msg-icon-container {