mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 10:14:26 +08:00
use default cursor when input is readonly
This commit is contained in:
@@ -125,6 +125,15 @@ input[type=number] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Common class for replacing the default style of vuetify **/
|
/** Common class for replacing the default style of vuetify **/
|
||||||
|
.v-input.v-input--readonly input,
|
||||||
|
.v-input.v-input--readonly textarea,
|
||||||
|
.v-input.v-input--readonly .v-field .v-text-field__prefix,
|
||||||
|
.v-input.v-input--readonly .v-field .v-text-field__suffix,
|
||||||
|
.v-input.v-input--readonly .v-field .v-field__input,
|
||||||
|
.v-input.v-input--readonly .v-field.v-field {
|
||||||
|
cursor: default !important;
|
||||||
|
}
|
||||||
|
|
||||||
.v-table {
|
.v-table {
|
||||||
th {
|
th {
|
||||||
background: rgb(var(--v-table-header-background)) !important;
|
background: rgb(var(--v-table-header-background)) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user