change icon color on hover
This commit is contained in:
parent
e19d1f507e
commit
9bc1b6a34e
|
@ -708,6 +708,10 @@ li.search-choice {
|
||||||
.gi-4x{font-size: 4em;}
|
.gi-4x{font-size: 4em;}
|
||||||
.gi-5x{font-size: 5em;}
|
.gi-5x{font-size: 5em;}
|
||||||
|
|
||||||
|
.fa:hover{
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.filterBar {
|
.filterBar {
|
||||||
margin-top:5px;
|
margin-top:5px;
|
||||||
margin-bottom:5px;
|
margin-bottom:5px;
|
||||||
|
|
Loading…
Reference in New Issue