Archived
1
0

add hover for navbar theme changers

This commit is contained in:
Jeff Becker 2016-03-08 08:34:07 -05:00
parent 9db627d07f
commit 46ca31066f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 5 additions and 1 deletions

View File

@ -73,3 +73,7 @@ table thead th {
.navbar-sep {
color: #270000;
}
.navbar-link > label:hover {
color: red;
}

View File

@ -191,7 +191,7 @@ hr {
margin-bottom: 5px;
}
a:hover , a:visited:hover {
a:hover , a:visited:hover, .navbar-link > label:hover {
color: #ff0000;
}