Bug 967233 - Override the scrollbarbutton background r=vingtetun

This commit is contained in:
Fabrice Desré 2014-02-03 15:51:02 -08:00
parent 796d74bb41
commit c5e8df6f03

View File

@ -71,6 +71,10 @@ xul|thumb {
border-radius: 3px;
}
xul|scrollbarbutton {
background-image: none !important;
}
/* -moz-touch-enabled? media elements */
:-moz-any(video, audio) > xul|videocontrols {
-moz-binding: url("chrome://global/content/bindings/videocontrols.xml#touchControls");