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;
|
||||
}
|
||||
|
||||
#notification:hover {
|
||||
color: darkgray;
|
||||
}
|
||||
|
||||
#chat-icon {
|
||||
color: lightseagreen;
|
||||
float: left;
|
||||
|
@ -723,6 +727,10 @@ math {
|
|||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
#chat-icon:hover {
|
||||
color: darkgreen;
|
||||
}
|
||||
|
||||
.unread_boxes {
|
||||
background-color: red;
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue