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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user