Files
helm-dashboard/pkg/dashboard/static/styles.css
Andrey Pokhilko 967d499742 Initial features 4 (#5)
* Select works fine

* Context switching works

* Going to expand fns

* Diff and value

* Progressing

* fix click events

* highlight code

* Add revision age info

* Values diff

* remove forgotten

* Refactor data layer, add flag

* UDV flag works

* Diff with prev works
2022-09-05 17:31:25 +01:00

11 lines
189 B
CSS

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