1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 06:04:12 +01:00

hide the statusbar's resizer panel since it's no longer at the window's bottom

right corner
This commit is contained in:
Doug Kearns
2007-09-24 14:53:27 +00:00
parent bd40adab4b
commit 8e8e10d07d

View File

@@ -165,6 +165,10 @@ fieldset.paypal {
background-color: transparent;
color: black;
}
/* no longer at the window's bottom right corner */
.statusbar-resizerpanel {
display: none;
}
#vimperator-commandline {
/* FIXME: black on white or default skin colors? */
@@ -173,15 +177,6 @@ fieldset.paypal {
padding: 1px;
}
#vimperator-multiline-output {
overflow: hidden;
}
#vimperator-visualbell {
border: none;
background-color: black;
}
/* 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 * {
@@ -197,4 +192,13 @@ fieldset.paypal {
color: black;
}
#vimperator-multiline-output {
overflow: hidden;
}
#vimperator-visualbell {
border: none;
background-color: black;
}
/* vim: set fdm=marker sw=4 ts=4 et: */