From 32325d4d596f4486334d31698cfc046b429e88d8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 3 Feb 2020 13:53:18 +0100 Subject: [PATCH] Bug 24363: Do not use the two-value syntax for background-position-x It's not supported by chrome and chromium (inspector says "invalidd property value". See also: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position-x section "Browser compatibility" --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 4c791a54a6..3ae094a49f 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -408,7 +408,7 @@ input { &.hasDatepicker { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAT0lEQVQ4jWNgoAZYd/LVf3IwigGkAuwGLE4hDg9eA4il8RqADVdtLYVjZLVEuwDZAKJcgKxh+zkyXIBuI8lhgG4jOqZdLJACMAygKDNRAgBj9qOB+rWnhAAAAABJRU5ErkJggg=="); - background-position-x: right 4px; + background-position-x: 98%; background-position-y: center; background-repeat: no-repeat; padding-right: 18px; -- 2.11.0