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) */