From 8a699fefef0c84ea300a68f38e6b11095d1a9a4c Mon Sep 17 00:00:00 2001
From: Perrom
Date: Mon, 14 Apr 2025 10:48:13 +0200
Subject: [PATCH] small adjustments
---
admin/themes/default/theme.css | 3 ++-
admin/themes/roma/theme.css | 4 ++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 9a5204ee7..a82585c09 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -4474,8 +4474,9 @@ a#showPermissions:hover {text-decoration: none;}
}
.tag-checkmark-fill{
position: absolute;
- padding: 2.75px 0px;
+ padding: 2.5px 0px;
color: white;
+ opacity: 0;
z-index: 2;
}
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 1b08f9b96..9ca12d2b2 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -1359,6 +1359,10 @@ background:#6C2D2D!important;
color: #4da48f !important;
}
+.tag-checkmark-fill{
+ opacity: 1 !important;
+}
+
/* Album Move (and album search) */
.move-cat-container, .search-album-elem {
background-color: #333;