Hide Radio buttons that should not be shown on the maintenance dialogue.

This commit is contained in:
Aditya Toshniwal
2018-12-04 11:00:58 +00:00
committed by Dave Page
parent c80b91876a
commit 0100997aab
2 changed files with 7 additions and 1 deletions

View File

@@ -1736,3 +1736,9 @@ body {
background-position-x: center;
background-position-y: center;
}
.pgadmin-controls-radio-none {
& input[type="radio"] {
display: none;
}
}