Bug 7547: (QA follow-up) Make button background transparent for consistency
authorJosef Moravec <josef.moravec@gmail.com>
Wed, 27 Jun 2018 13:00:17 +0000 (13:00 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 2 Jul 2018 11:49:29 +0000 (11:49 +0000)
Test plan:
Add some records to cart in opac and show the cart, look at the print button/link
--> without patch it has darker background than other buttons
--> with this patch it has the same background

Note: tested wir firefox 45, firefox 60 and chromium 66

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/opac-tmpl/bootstrap/less/opac.less

index ebd215f..92e6e03 100644 (file)
@@ -1578,6 +1578,7 @@ input.editshelf {
 
 .buttons-print {
     background-position-y: -184px;
+    background-color: transparent;
     border: 0;
     color: #0076B2;
     font-size: 100%;