Skip to content

Commit

Permalink
Format the buttons
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Jun 5, 2024
1 parent 8a88c8e commit 8768f6a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -1185,16 +1185,22 @@ table.dataTable tbody > tr > .selected {
min-width: 112px;
flex: 1 1 auto;
text-align: center;
border: 1px solid rgba(127, 127, 127, 0.2);
}

#advanced-settings-menu ul > li a:not(:hover) {
color: inherit;
background: none;
#advanced-settings-menu ul > li a {
border: 1px solid rgba(127, 127, 127, 0.2);
border-radius: 3px;
}
#advanced-settings-menu ul > li a:hover {
#advanced-settings-menu ul > li:not(.active) a {
color: inherit;
background: rgba(127, 127, 127, 0.2);
}
#advanced-settings-menu ul > li:not(.active) a:hover,
#advanced-settings-menu ul > li:not(.active) a:focus {
background: rgba(127, 127, 127, 0.1);
}

#advanced-settings-tabs > .tab-pane {
margin-bottom: 2em;
}

@media screen and (min-width: 2250px) {
Expand Down

0 comments on commit 8768f6a

Please sign in to comment.