Show Saved Snapshots in UI (#995)

Add Camera Control tab to Cameras for the button to live in
This commit is contained in:
Sriman Achanta
2023-11-05 11:33:45 -05:00
committed by GitHub
parent 9370937280
commit 623b4e5b84
8 changed files with 277 additions and 10 deletions

View File

@@ -7,3 +7,14 @@ $heading-font-family: $default-font;
.v-application {
font-family: $default-font !important;
}
.v-row-group__header {
background: #005281 !important;
}
.theme--dark.v-data-table
> .v-data-table__wrapper
> table
> tbody
> tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
background: #005281 !important;
}