1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 08:42:28 +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:12:32 +00:00
parent 3b5c0de037
commit 668d38b054

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;