fix darkmode for dialog and add tooltip translation close #20
This commit is contained in:
@@ -116,3 +116,5 @@ expiration: Ablauf
|
||||
never: Nie
|
||||
responsibles: Verantwortliche
|
||||
comment: Bemerkung
|
||||
dark_mode: Dunkel-Modus
|
||||
light_mode: Hell-Modus
|
||||
|
||||
@@ -116,3 +116,5 @@ expiration: Ablauf
|
||||
never: Nie
|
||||
responsibles: Verantwortliche
|
||||
comment: Bemerkung
|
||||
dark_mode: Dunkel-Modus
|
||||
light_mode: Hell-Modus
|
||||
|
||||
@@ -116,3 +116,5 @@ expiration: Expiration
|
||||
never: Never
|
||||
responsibles: Responsibles
|
||||
comment: Comment
|
||||
dark_mode: Dark-Mode
|
||||
light_mode: Light-Mode
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
:no-refocus="!minMaxState"
|
||||
:seamless="!minMaxState"
|
||||
>
|
||||
<q-card class="layout" :style="cardStyle">
|
||||
<q-card class="layout bg-surface text-on-surface" :style="cardStyle">
|
||||
<!-- Draggable Header -->
|
||||
<div
|
||||
class="dialog-header row items-center justify-between bg-grey-1"
|
||||
class="dialog-header row items-center justify-between bg-transparent"
|
||||
v-touch-pan.mouse.prevent.stop="handlePan"
|
||||
>
|
||||
<div v-if="headerTitle" class="text-left text-bold text-caption q-mx-sm">
|
||||
@@ -139,13 +139,11 @@ const cardStyle = computed(() => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-radius: 10px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* Draggable header */
|
||||
.dialog-header {
|
||||
padding: 8px 0;
|
||||
background: #f5f5f5;
|
||||
cursor: move;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user