From 2449b20e440c466d1ea897891f404b29676dab4c Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 10 Sep 2008 07:32:21 +0000 Subject: [PATCH] Add CSS for last commit. --- skin/vimperator.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/skin/vimperator.css b/skin/vimperator.css index 3a1a8846..9be2f6bb 100644 --- a/skin/vimperator.css +++ b/skin/vimperator.css @@ -83,6 +83,10 @@ the terms of any one of the MPL, the GPL or the LGPL. color: black; */ } +#liberator-commandline-prompt { + margin: 0px; + padding: 0px; +} #liberator-commandline-prompt, #liberator-commandline-command { background-color: inherit; color: inherit; @@ -106,33 +110,33 @@ the terms of any one of the MPL, the GPL or the LGPL. } .hl-ErrorMsg { background-color: red; - color: white; + color: white !important; font-weight: bold; } .hl-InfoMsg { background-color: white; - color: magenta; + color: magenta !important; } .hl-ModeMsg { background-color: white; - color: black; + color: black !important; } .hl-MoreMsg { background-color: white; - color: green; + color: green !important; } .hl-Question { background-color: white; - color: green; + color: green !important; } .hl-Title { background-color: white; - color: magenta; + color: magenta !important; font-weight: bold; } .hl-Warning { background-color: white; - color: red; + color: red !important; } .hl-StatusLine { background: none !important;