1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-07 00:45:46 +01:00

Add CSS for last commit.

This commit is contained in:
Kris Maglione
2008-09-10 07:32:21 +00:00
parent 4b6c27b1e7
commit 2449b20e44

View File

@@ -83,6 +83,10 @@ the terms of any one of the MPL, the GPL or the LGPL.
color: black; color: black;
*/ */
} }
#liberator-commandline-prompt {
margin: 0px;
padding: 0px;
}
#liberator-commandline-prompt, #liberator-commandline-command { #liberator-commandline-prompt, #liberator-commandline-command {
background-color: inherit; background-color: inherit;
color: inherit; color: inherit;
@@ -106,33 +110,33 @@ the terms of any one of the MPL, the GPL or the LGPL.
} }
.hl-ErrorMsg { .hl-ErrorMsg {
background-color: red; background-color: red;
color: white; color: white !important;
font-weight: bold; font-weight: bold;
} }
.hl-InfoMsg { .hl-InfoMsg {
background-color: white; background-color: white;
color: magenta; color: magenta !important;
} }
.hl-ModeMsg { .hl-ModeMsg {
background-color: white; background-color: white;
color: black; color: black !important;
} }
.hl-MoreMsg { .hl-MoreMsg {
background-color: white; background-color: white;
color: green; color: green !important;
} }
.hl-Question { .hl-Question {
background-color: white; background-color: white;
color: green; color: green !important;
} }
.hl-Title { .hl-Title {
background-color: white; background-color: white;
color: magenta; color: magenta !important;
font-weight: bold; font-weight: bold;
} }
.hl-Warning { .hl-Warning {
background-color: white; background-color: white;
color: red; color: red !important;
} }
.hl-StatusLine { .hl-StatusLine {
background: none !important; background: none !important;