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

@ -72,4 +72,8 @@ table thead th {
.navbar-sep { .navbar-sep {
color: #270000; color: #270000;
}
.navbar-link > label:hover {
color: red;
} }

View File

@ -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;
} }