Files
pgadmin4/web/pgadmin/tools/maintenance/static/css/maintenance.css
Neel Patel c34e62207a Added support different maintenance operations
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.
2016-05-16 00:16:52 +05:30

5 lines
111 B
CSS

.btn-group.pg-maintenance-op label.btn.btn-primary.active {
background-color: aliceblue;
color: #3174AF;
}