mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15156] Set icon color
PHPBB3-15156
This commit is contained in:
parent
e678880492
commit
e34ad7c4a9
1 changed files with 4 additions and 0 deletions
|
@ -219,6 +219,10 @@ a:hover .icon.icon-blue {
|
||||||
color: #196db5;
|
color: #196db5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon.online {
|
||||||
|
color: #85de39;
|
||||||
|
}
|
||||||
|
|
||||||
.icon.icon-green,
|
.icon.icon-green,
|
||||||
a:hover .icon.icon-green {
|
a:hover .icon.icon-green {
|
||||||
color: #1b9a1b;
|
color: #1b9a1b;
|
||||||
|
|
Loading…
Add table
Reference in a new issue