From 45bab6a9d131aeb9498e7cb8ba4c8f411901201e Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Tue, 12 Oct 2021 16:02:50 +0200 Subject: [PATCH] fixes #1512 Permission link is now visible --- admin/themes/roma/theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 785a86606..d07a6e8c2 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1430,6 +1430,16 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-color:#333; } +.user-property-button a { + color: #c1c1c1; + /* text-decoration: none; */ +} + +.user-property-button a:hover { + color: #f70; + /* text-decoration: none; */ +} + .user-property-input { color:#c1c1c1; background-color:#333;