Bug 30952: Remove text shadow from buttons so they don't look blurred
authorJulian Maurice <julian.maurice@biblibre.com>
Mon, 26 Sep 2022 12:06:04 +0000 (14:06 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:15:01 +0000 (16:15 -0300)
Issue #49

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index 55e0f3a..de13062 100644 (file)
@@ -9,6 +9,15 @@
     color: #FFFFFF;
 }
 
+.btn-default,
+.btn-primary,
+.btn-success,
+.btn-info,
+.btn-warning,
+.btn-danger {
+    text-shadow: unset;
+}
+
 a {
     &:hover,
     &:active,