X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=ce4395a320512e2881b2494ed86698ddc43d9f25;hp=8023a8e2a34fd2e5f72d1b021b7473d4fd000515;hb=dbe1e314f4f7cef7cc2a9025c8afc0ed34428857;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index 8023a8e2..ce4395a3 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -2,12 +2,16 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +window { + padding: 0; +} + .hud-box { border-bottom: 3px solid #000000; } .hud-box.animated { - -moz-transition: height 100ms; + transition: height 100ms; } .hud-outer-wrapper { @@ -213,6 +217,15 @@ -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 { @@ -268,12 +281,12 @@ .jsterm-input-node, .jsterm-complete-node { - border: none; - padding: 0 0 0 16px; + -moz-padding-start: 16px; + margin: 3px 0 0 0; } .jsterm-input-node { - background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat; + background: url("chrome://browser/skin/devtools/commandline.png") 4px 3px no-repeat; } :-moz-any(.jsterm-input-node,