mirror of
https://github.com/pi-hole/web.git
synced 2026-02-14 23:19:00 +00:00
settings-level-expert: only toggle the expert elements
Show the basic ones by default. Also, reduce jQuery usage in those functions while at it. Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -1251,14 +1251,6 @@ table.dataTable tbody > tr > .selected {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.settings-level-basic {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.settings-level-expert {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.main-footer {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
@@ -1497,6 +1489,10 @@ table.dataTable tbody > tr > .selected {
|
||||
padding-top: 1rem !important;
|
||||
}
|
||||
|
||||
.d-none {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.password_background {
|
||||
background-image: repeating-linear-gradient(
|
||||
45deg,
|
||||
|
||||
Reference in New Issue
Block a user