add hover for navbar theme changers
This commit is contained in:
parent
9db627d07f
commit
46ca31066f
@ -72,4 +72,8 @@ table thead th {
|
|||||||
|
|
||||||
.navbar-sep {
|
.navbar-sep {
|
||||||
color: #270000;
|
color: #270000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-link > label:hover {
|
||||||
|
color: red;
|
||||||
}
|
}
|
@ -191,7 +191,7 @@ hr {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover , a:visited:hover {
|
a:hover , a:visited:hover, .navbar-link > label:hover {
|
||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user