Files
helm-dashboard/pkg/dashboard/static/styles.css
Andrey Pokhilko 269895ae31 Repo version info and upgrade (#10)
* Repo block shows

* repository update

* API progress

* Fix problem of stopping after uninstall

* Upgrade preview backend

* Upgrade preview displays fine

* Install flow works

* Weird check for updates

* Update action

* Fix action

* Still trying

* Fix lint error

* Refactor out helm handlers

* refactor out kube handlers

* save

* Change icon collection

* Reworked upgrade check
2022-09-14 13:20:10 +01:00

15 lines
227 B
CSS

#charts .card, #sectionDetails .row > div {
cursor: pointer;
}
.bg-primary .text-muted {
color: white!important;
}
.d2h-file-collapse, .d2h-tag {
opacity: 0; /* trollface */
}
.display-none {
display: none;
}