From c5e8df6f03c921895856698a983f7f444d000a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Desr=C3=A9?= Date: Mon, 3 Feb 2014 15:51:02 -0800 Subject: [PATCH] Bug 967233 - Override the scrollbarbutton background r=vingtetun --- b2g/chrome/content/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/b2g/chrome/content/content.css b/b2g/chrome/content/content.css index 96bf3793948..ffd39bdc278 100644 --- a/b2g/chrome/content/content.css +++ b/b2g/chrome/content/content.css @@ -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");