fixes #1512 Permission link is now visible

This commit is contained in:
Matthieu Leproux
2021-10-12 16:02:50 +02:00
parent 89c50efef2
commit 45bab6a9d1
+10
View File
@@ -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;