From 31b20362ec4020729a5d9106bcf905fc1c38b9ab Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sat, 29 Aug 2020 18:45:23 -0400 Subject: [PATCH] caliBlur! style: Fixes issue with edit metadata button not getting styled correctly --- cps/static/css/caliBlur.min.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cps/static/css/caliBlur.min.css b/cps/static/css/caliBlur.min.css index 0714ea7c..412f05c9 100644 --- a/cps/static/css/caliBlur.min.css +++ b/cps/static/css/caliBlur.min.css @@ -585,7 +585,7 @@ div.btn-group[role=group][aria-label="Download, send to Kindle, reading"] > .dow border-left: 2px solid rgba(0, 0, 0, .15) } -div[aria-label="Edit/Delete book"] > .btn-warning { +div[aria-label="Edit/Delete book"] > .btn { width: 50px; height: 60px; margin: 0; @@ -600,7 +600,7 @@ div[aria-label="Edit/Delete book"] > .btn-warning { color: transparent } -div[aria-label="Edit/Delete book"] > .btn-warning > span { +div[aria-label="Edit/Delete book"] > .btn > span { visibility: visible; position: relative; display: inline-block; @@ -616,7 +616,7 @@ div[aria-label="Edit/Delete book"] > .btn-warning > span { margin: auto } -div[aria-label="Edit/Delete book"] > .btn-warning > span:before { +div[aria-label="Edit/Delete book"] > .btn > span:before { content: "\EA5d"; font-family: plex-icons; font-size: 20px; @@ -625,7 +625,7 @@ div[aria-label="Edit/Delete book"] > .btn-warning > span:before { height: 60px } -div[aria-label="Edit/Delete book"] > .btn-warning > span:hover { +div[aria-label="Edit/Delete book"] > .btn > span:hover { color: #fff }