1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 16:52:27 +01:00

move commandline styling to the CSS file and remove white border around error

messages
This commit is contained in:
Doug Kearns
2007-09-28 13:31:11 +00:00
parent 378c8fcf20
commit 01418fe122
2 changed files with 24 additions and 10 deletions

View File

@@ -153,7 +153,7 @@ fieldset.paypal {
}
#vimperator-statusline {
font-family: monospace;
margin: 0
margin: 0px;
}
#vimperator-statusline > label {
padding: 0px 0px 0px 8px;
@@ -196,6 +196,20 @@ fieldset.paypal {
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;