mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17283] Fix coloring of unapproved icon
PHPBB3-17283
This commit is contained in:
parent
1c961e4531
commit
91af7e5df6
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue