mirror of
https://github.com/pi-hole/web.git
synced 2026-04-19 00:11:44 +01:00
Updated dropdown hover effects to be more readable
This commit is contained in:
6
dist/css/AdminLTE.css
vendored
6
dist/css/AdminLTE.css
vendored
@@ -565,7 +565,7 @@ a:focus {
|
||||
border-color: #eee;
|
||||
}
|
||||
.dropdown-menu > li > a {
|
||||
color: #444;
|
||||
color: #777;
|
||||
}
|
||||
.dropdown-menu > li > a > .glyphicon,
|
||||
.dropdown-menu > li > a > .fa,
|
||||
@@ -573,8 +573,8 @@ a:focus {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.dropdown-menu > li > a:hover {
|
||||
background-color: #d2d6de;
|
||||
color: #ffffff;
|
||||
background-color: #e1e3e9;
|
||||
color: #333;
|
||||
}
|
||||
.dropdown-menu > .divider {
|
||||
background-color: #eee;
|
||||
|
||||
Reference in New Issue
Block a user