1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 02:55:47 +01:00

changed statusbar colors to match vim by default

This commit is contained in:
Martin Stubenschrott
2007-09-24 13:11:15 +00:00
parent ca3f4282b3
commit 01c3f87f59
5 changed files with 179 additions and 14 deletions

View File

@@ -149,6 +149,7 @@ fieldset.paypal {
-moz-appearance: none !important;
min-height: 18px !important;
border: none !important;
font-weight: bold;
}
#vimperator-statusline {
font-family: monospace;
@@ -181,10 +182,12 @@ fieldset.paypal {
background-color: black;
}
/*
.status_insecure, .status_insecure * {
/* colors for the statusbar */
/* #status-bar is included so it also get's the right color before the first setClass("insecure") */
#status-bar, .status_insecure, .status_insecure * {
background-color: black; /* light green */
color: white;
}
*/
.status_secure, .status_secure * {
background-color: #B0FF00; /* light green */
color: black;