summaryrefslogtreecommitdiffstats
path: root/toolkit/themes/shared/timepicker.css
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/themes/shared/timepicker.css')
-rw-r--r--toolkit/themes/shared/timepicker.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/themes/shared/timepicker.css b/toolkit/themes/shared/timepicker.css
index e8d081b30..ca4955748 100644
--- a/toolkit/themes/shared/timepicker.css
+++ b/toolkit/themes/shared/timepicker.css
@@ -68,11 +68,11 @@ body {
}
.spinner-container > button.up {
- mask: url("chrome://global/skin/icons/find-arrows.svg#glyph-find-previous") no-repeat 50% 50%;
+ background: url("chrome://global/skin/icons/spinner-arrows.svg#up") no-repeat 50% 50%;
}
.spinner-container > button.down {
- mask: url("chrome://global/skin/icons/find-arrows.svg#glyph-find-next") no-repeat 50% 50%;
+ background: url("chrome://global/skin/icons/spinner-arrows.svg#down") no-repeat 50% 50%;
}
.spinner-container.hide-buttons > button {