mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 06:22:26 +01:00
merge the existing status bar with the standard FF status bar
This commit is contained in:
@@ -124,7 +124,7 @@ fieldset.paypal {
|
||||
* TODO: move to the standard location: chrome/skin/vimperator.css...if I can
|
||||
* ever convince MS ;-) -- djk
|
||||
*/
|
||||
#vimperator-toolbar {
|
||||
#vimperator-container {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
@@ -142,21 +142,30 @@ fieldset.paypal {
|
||||
color: HighlightText !important;
|
||||
}
|
||||
|
||||
statusbarpanel {
|
||||
-moz-appearance: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
#vimperator-statusline {
|
||||
font-family: monospace;
|
||||
margin: 0
|
||||
}
|
||||
#vimperator-statusline > label {
|
||||
padding: 0px 0px 0px 8px;
|
||||
}
|
||||
#vimperator-statusline > label:first-child {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#vimperator-commandline {
|
||||
background-color: white;
|
||||
#vimperator-statusline-field-url {
|
||||
background-color: transparent;
|
||||
color: black;
|
||||
}
|
||||
#vimperator-commandline-prompt {
|
||||
/* FIXME: black on white or default skin colours? */
|
||||
|
||||
#vimperator-commandline {
|
||||
/* FIXME: black on white or default skin colors? */
|
||||
background-color: white;
|
||||
color: black;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
#vimperator-multiline-output {
|
||||
@@ -167,9 +176,10 @@ fieldset.paypal {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
/*
|
||||
.status_insecure, .status_insecure * {
|
||||
background-color: transparent;
|
||||
}
|
||||
*/
|
||||
.status_secure, .status_secure * {
|
||||
background-color: #B0FF00; /* light green */
|
||||
color: black;
|
||||
|
||||
Reference in New Issue
Block a user