mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-22 20:03:34 +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:
@@ -165,6 +165,10 @@ fieldset.paypal {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
/* no longer at the window's bottom right corner */
|
||||||
|
.statusbar-resizerpanel {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#vimperator-commandline {
|
#vimperator-commandline {
|
||||||
/* FIXME: black on white or default skin colors? */
|
/* FIXME: black on white or default skin colors? */
|
||||||
@@ -173,15 +177,6 @@ fieldset.paypal {
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#vimperator-multiline-output {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#vimperator-visualbell {
|
|
||||||
border: none;
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* colors for the statusbar */
|
/* colors for the statusbar */
|
||||||
/* #status-bar is included so it also get's the right color before the first setClass("insecure") */
|
/* #status-bar is included so it also get's the right color before the first setClass("insecure") */
|
||||||
#status-bar, .status_insecure, .status_insecure * {
|
#status-bar, .status_insecure, .status_insecure * {
|
||||||
@@ -197,4 +192,13 @@ fieldset.paypal {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#vimperator-multiline-output {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#vimperator-visualbell {
|
||||||
|
border: none;
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
/* vim: set fdm=marker sw=4 ts=4 et: */
|
/* vim: set fdm=marker sw=4 ts=4 et: */
|
||||||
|
|||||||
Reference in New Issue
Block a user