mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 13:37:58 +01:00
prevent the statusbar URL text field from flashing a white background color
upon restarts
This commit is contained in:
@@ -161,6 +161,11 @@ fieldset.paypal {
|
||||
#vimperator-statusline > label:first-child {
|
||||
padding: 0px;
|
||||
}
|
||||
/* FIXME: prevent this from flashing the default background-color on restarts */
|
||||
#vimperator-statusline-field-url {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* no longer at the window's bottom right corner */
|
||||
.statusbar-resizerpanel {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user