1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 09:37:58 +01:00

prevent the statusbar URL text field from flashing a white background color

upon restarts
This commit is contained in:
Doug Kearns
2007-09-26 08:14:45 +00:00
parent 7374bda39b
commit 83903d0ade

View File

@@ -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;