Add hover style to navbar icons
This commit is contained in:
parent
6beba95332
commit
fdb71ba3c4
1 changed files with 8 additions and 0 deletions
|
@ -715,6 +715,10 @@ math {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notification:hover {
|
||||||
|
color: darkgray;
|
||||||
|
}
|
||||||
|
|
||||||
#chat-icon {
|
#chat-icon {
|
||||||
color: lightseagreen;
|
color: lightseagreen;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -723,6 +727,10 @@ math {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat-icon:hover {
|
||||||
|
color: darkgreen;
|
||||||
|
}
|
||||||
|
|
||||||
.unread_boxes {
|
.unread_boxes {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Add table
Reference in a new issue