mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Hide Radio buttons that should not be shown on the maintenance dialogue.
This commit is contained in:
committed by
Dave Page
parent
c80b91876a
commit
0100997aab
@@ -1736,3 +1736,9 @@ body {
|
||||
background-position-x: center;
|
||||
background-position-y: center;
|
||||
}
|
||||
|
||||
.pgadmin-controls-radio-none {
|
||||
& input[type="radio"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user