mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
related to #1265 text color of status and register columns fixed in dark + selected mode
This commit is contained in:
@@ -1208,8 +1208,9 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.user-container.container-selected .user-container-status{
|
||||
color: #fddaba !important;
|
||||
.user-container.container-selected .user-container-status,
|
||||
.user-container.container-selected .user-container-registration-date-since{
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
.user-container.container-selected .user-container-initials-wrapper > span {
|
||||
|
||||
Reference in New Issue
Block a user