Don't let the empty labels of the arrow buttons to take space on clicktoscroll scrollboxes, patch on bug 343097.

git-svn-id: svn://10.0.0.236/trunk@201527 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com 2006-07-04 13:43:07 +00:00
parent 95f68ddbba
commit 993cc08a46

View File

@ -72,6 +72,11 @@
-moz-image-region : auto; /* cut off inheritance */
}
.scrollbutton-up > .toolbarbutton-text,
.scrollbutton-down > .toolbarbutton-text {
display: none;
}
autorepeatbutton,
.scrollbutton-up,
.scrollbutton-down