mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
i.e. vacuum, analyze, reindex, cluster. Tweaked by Ashesh for: * Integrate it with the background process executor, and observer. * Changed the UI for operation selection from select2 to custom radio group. * Made it consistent with other tools like backup, restore, etc.
5 lines
111 B
CSS
5 lines
111 B
CSS
.btn-group.pg-maintenance-op label.btn.btn-primary.active {
|
|
background-color: aliceblue;
|
|
color: #3174AF;
|
|
}
|