mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 04:15:45 +01:00
add more CSS classes for highlighting output messages and use hl-Warning (red
on white) for find related wrap messages
This commit is contained in:
@@ -94,25 +94,16 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
}
|
||||
|
||||
#vimperator-commandline {
|
||||
/* FIXME: black on white or default skin colors? -moz-Field/-moz-FieldText */
|
||||
padding: 1px;
|
||||
/*
|
||||
background-color: white;
|
||||
color: black;
|
||||
padding: 1px;
|
||||
*/
|
||||
}
|
||||
#vimperator-commandline-prompt, #vimperator-commandline-command {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
#vimperator-commandline.error {
|
||||
background-color: red;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
#vimperator-commandline.message > #vimperator-commandline-prompt {
|
||||
background-color: white;
|
||||
color: magenta;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vimperator-multiline-output {
|
||||
overflow: hidden;
|
||||
@@ -123,4 +114,35 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.hl-Normal {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
.hl-ErrorMsg {
|
||||
background-color: red;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
.hl-ModeMsg {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
.hl-MoreMsg {
|
||||
background-color: white;
|
||||
color: green;
|
||||
}
|
||||
.hl-Question {
|
||||
background-color: white;
|
||||
color: green;
|
||||
}
|
||||
.hl-Title {
|
||||
background-color: white;
|
||||
color: magenta;
|
||||
font-weight: bold;
|
||||
}
|
||||
.hl-Warning {
|
||||
background-color: white;
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* vim: set fdm=marker sw=4 ts=4 et: */
|
||||
|
||||
Reference in New Issue
Block a user