From 46dbdd2625bf7e5bd5b23dfee08273edd950e597 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Sat, 14 Nov 2020 13:42:30 +0100 Subject: [PATCH] Fix css when hovering a blue card --- modules/webapp/src/main/webjar/docspell.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/webapp/src/main/webjar/docspell.css b/modules/webapp/src/main/webjar/docspell.css index 3c3ccd00..88f3575b 100644 --- a/modules/webapp/src/main/webjar/docspell.css +++ b/modules/webapp/src/main/webjar/docspell.css @@ -105,6 +105,9 @@ .default-layout .ui.card:hover { box-shadow: 0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15); } +.default-layout .ui.blue.card:hover { + box-shadow: 0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 2px 10px 0 rgba(34,36,38,.15); +} .default-layout .image.ds-card-image { overflow: auto; }