mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 11:24:11 +01:00
fix statusbar colours again, again, again - broken by typo
This commit is contained in:
@@ -161,15 +161,30 @@ fieldset.paypal {
|
|||||||
#vimperator-statusline > label:first-child {
|
#vimperator-statusline > label:first-child {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
#vimperator-statusline-field-url {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
/* no longer at the window's bottom right corner */
|
/* no longer at the window's bottom right corner */
|
||||||
.statusbar-resizerpanel {
|
.statusbar-resizerpanel {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* colors for the statusbar */
|
||||||
|
/* #status-bar is included so it also gets the right color before the first setClass("insecure") */
|
||||||
|
#status-bar,
|
||||||
|
#status-bar.status_insecure,
|
||||||
|
#status-bar.status_insecure #vimperator-statusline-field-url {
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
#status-bar.status_secure,
|
||||||
|
#status-bar.status_secure #vimperator-statusline-field-url {
|
||||||
|
background-color: #B0FF00; /* light green */
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
#status-bar.status_broken,
|
||||||
|
#status-bar.status_broken #vimperator-statusline-field-url {
|
||||||
|
background-color: #FF6060; /* light red */
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
#vimperator-commandline {
|
#vimperator-commandline {
|
||||||
/* FIXME: black on white or default skin colors? -moz-Field/-moz-FieldText */
|
/* FIXME: black on white or default skin colors? -moz-Field/-moz-FieldText */
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@@ -177,21 +192,6 @@ fieldset.paypal {
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* colors for the statusbar */
|
|
||||||
/* #status-bar is included so it also gets the right color before the first setClass("insecure") */
|
|
||||||
#status-bar, #status-bar.status_insecure * {
|
|
||||||
background-color: black;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
#status-bar.status_secure {
|
|
||||||
background-color: #B0FF00; /* light green */
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
#status-bar.status_broken {
|
|
||||||
background-color: #FF6060; /* light red */
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#vimperator-multiline-output {
|
#vimperator-multiline-output {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user