summaryrefslogtreecommitdiffstats
path: root/toolkit/themes/shared/timepicker.css
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-14 08:26:47 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-14 08:26:47 +0100
commit30c683d986ffec16096c39f473feec23aed7b18d (patch)
tree552196c110dcae5cbd05a7e31ed89c9d7f71981c /toolkit/themes/shared/timepicker.css
parent2b6c1f971b486152cbf116452e5f723e2b2d068f (diff)
downloadUXP-30c683d986ffec16096c39f473feec23aed7b18d.tar
UXP-30c683d986ffec16096c39f473feec23aed7b18d.tar.gz
UXP-30c683d986ffec16096c39f473feec23aed7b18d.tar.lz
UXP-30c683d986ffec16096c39f473feec23aed7b18d.tar.xz
UXP-30c683d986ffec16096c39f473feec23aed7b18d.zip
Bug 1317600: [DateTimePicker] Spinner arrow buttons shouldn't depend on find bar resources
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 {