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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user