1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[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

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;
}