From b6b0f51c669e39db93ea3f262f3e8a99d08f73c2 Mon Sep 17 00:00:00 2001
From: Perrom
Date: Tue, 15 Apr 2025 13:04:03 +0200
Subject: [PATCH] relates #2350 visual adjustments
---
admin/themes/default/theme.css | 9 +++++----
admin/themes/roma/theme.css | 3 ++-
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 7c5c9a867..ef8a45fec 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -4467,11 +4467,12 @@ a#showPermissions:hover {text-decoration: none;}
}
.tag-checkmark{
position: absolute;
- scale: 0.8;
- padding: 3px 1px;
+ padding: 1px;
border-radius: 50%;
- background-color: #6ccd5d;
- color: white;
+ margin : 4px 5px 0 0;
+ font-size: 80%;
+ background-color: #6DCE5E;
+ color: #D6FFCF;
z-index: 1;
}
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 03d5b4355..509b2af2c 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -1356,7 +1356,8 @@ background:#6C2D2D!important;
}
.tag-checkmark{
- background-color: #4da48f !important;
+ color: #AAF6E4 !important;
+ background-color: #4EA590 !important;
}
/* Album Move (and album search) */