Bug 30952: Fix contrast issue on patron brief view
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 13 Sep 2022 07:08:50 +0000 (09:08 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:14:11 +0000 (16:14 -0300)
Issue #19

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 95716f7..ca4eecd 100644 (file)
@@ -1331,6 +1331,7 @@ dd {
     margin-right: .5em;
     padding-top: 1em;
     background-color: #e6e6e6;
+    color: #000;
     left: -10px;
     width: 100%;
     padding-bottom: 25px;
@@ -1925,7 +1926,7 @@ li {
 }
 
 .empty {
-    color: #CCC;
+    color: #666;
 }
 
 .address {