diff --git a/src/components/CineViewer.vue b/src/components/CineViewer.vue index 5a198271b..85e7ee2fa 100644 --- a/src/components/CineViewer.vue +++ b/src/components/CineViewer.vue @@ -7,9 +7,17 @@ @focusin="hover = true" @focusout="hover = false" > -
- - mdi-camera-flip-outline +
+ + mdi-camera-flip-outline + diff --git a/src/components/ImageListCard.vue b/src/components/ImageListCard.vue index 350250b34..8bb1d2b28 100644 --- a/src/components/ImageListCard.vue +++ b/src/components/ImageListCard.vue @@ -2,6 +2,7 @@ -
- - mdi-camera-flip-outline +
+ + mdi-camera-flip-outline @@ -49,6 +50,9 @@ function updateView(newViewName: string) { max-width: 90px; font-size: 0.8125rem; margin-left: auto; + color: rgb(var(--v-theme-on-surface)); + text-shadow: none; + letter-spacing: normal; } .view-type-select :deep(.v-field__input) { diff --git a/src/components/VolumeViewer.vue b/src/components/VolumeViewer.vue index 5e179ab5a..54a8d33c8 100644 --- a/src/components/VolumeViewer.vue +++ b/src/components/VolumeViewer.vue @@ -32,13 +32,13 @@
- + mdi-camera-flip-outline { top: `${info.displayXY[1] - offset.y}px`, zIndex: 500, // stay under context menu }" - class="better-contrast" + class="annotation-tooltip" >
{{ label }}
@@ -72,9 +72,7 @@ const offset = computed(() => {