[ticket/17283] Fix coloring of unapproved icon

PHPBB3-17283
This commit is contained in:
Marc Alexander 2024-01-03 16:53:18 +01:00
parent 1c961e4531
commit 91af7e5df6
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -199,7 +199,8 @@ dl.details dd {
/* icon styles */
.icon.icon-blue, /* DEPRECATED 4.0 */
a:hover .icon.icon-blue, /* DEPRECATED 4.0 */
.read {
.read,
.c-unapproved-icon {
color: #0059b3;
}
@ -219,8 +220,7 @@ a:hover .icon.icon-green, /* DEPRECATED 4.0 */
a:hover .icon.icon-red, /* DEPRECATED 4.0 */
.c-topic-reported-icon,
.c-topic-unread-icon,
.c-warning-icon,
.c-unapproved-icon {
.c-warning-icon {
color: #d41142;
}