1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-04 16:06:00 +02:00

[ticket/15156] Set icon color

PHPBB3-15156
This commit is contained in:
hanakin 2017-04-19 14:32:25 -04:00
parent e678880492
commit e34ad7c4a9

View File

@ -219,6 +219,10 @@ a:hover .icon.icon-blue {
color: #196db5;
}
.icon.online {
color: #85de39;
}
.icon.icon-green,
a:hover .icon.icon-green {
color: #1b9a1b;