mirror of
https://github.com/pi-hole/web.git
synced 2026-04-28 12:44:07 +01:00
Sidebar: same effect for hover and focus (all themes).
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -5744,9 +5744,10 @@ hr {
|
||||
background-color: rgb(21, 27, 30);
|
||||
}
|
||||
.sidebar-menu > li > a {
|
||||
border-left-color: transparent;
|
||||
border-left: 3px solid transparent;
|
||||
}
|
||||
.sidebar-menu > li:hover > a,
|
||||
.sidebar-menu > li > a:focus,
|
||||
.sidebar-menu > li.active > a {
|
||||
color: rgb(232, 230, 227);
|
||||
background-color: rgb(24, 32, 35);
|
||||
@@ -5765,12 +5766,10 @@ hr {
|
||||
color: rgb(170, 162, 151);
|
||||
}
|
||||
.treeview-menu > li.active > a,
|
||||
.treeview-menu > li > a:hover {
|
||||
.treeview-menu > li > a:hover,
|
||||
.treeview-menu > li > a:focus {
|
||||
color: rgb(232, 230, 227);
|
||||
}
|
||||
.sidebar-menu > li > a:focus, .treeview-menu > li > a:focus {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.sidebar-form {
|
||||
border-color: rgb(118, 109, 97);
|
||||
|
||||
Reference in New Issue
Block a user