Skip to content

Commit

Permalink
Hide the checkbox while the page is loaded
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Mar 15, 2024
1 parent 9e8467c commit f1e5ebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,11 @@ table.dataTable tbody > tr > .selected {
}
}

/* Hide the checkbox used for settings level selector */
#expert-settings, #only-changed {
display: none;
}

.settings-level-basic {
display: none;
}
Expand Down

0 comments on commit f1e5ebd

Please sign in to comment.