mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-20 01:17:45 +02:00
Add base style for button for cursor:pointer, update default btn bg and confirm yes btn color
This commit is contained in:
parent
2ce0c7ea47
commit
366fd1a6da
@ -16,6 +16,11 @@
|
|||||||
::file-selector-button {
|
::file-selector-button {
|
||||||
border-color: var(--color-gray-200, currentColor);
|
border-color: var(--color-gray-200, currentColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[role='button'],
|
||||||
|
button {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
|
@ -68,7 +68,7 @@ export default {
|
|||||||
return this.confirmPromptOptions.yesButtonText || this.$strings.ButtonYes
|
return this.confirmPromptOptions.yesButtonText || this.$strings.ButtonYes
|
||||||
},
|
},
|
||||||
yesButtonColor() {
|
yesButtonColor() {
|
||||||
return this.confirmPromptOptions.yesButtonColor || 'bg-success'
|
return this.confirmPromptOptions.yesButtonColor || 'success'
|
||||||
},
|
},
|
||||||
checkboxDefaultValue() {
|
checkboxDefaultValue() {
|
||||||
return !!this.confirmPromptOptions.checkboxDefaultValue
|
return !!this.confirmPromptOptions.checkboxDefaultValue
|
||||||
|
@ -16,7 +16,7 @@ export default {
|
|||||||
disabled: Boolean,
|
disabled: Boolean,
|
||||||
bgColor: {
|
bgColor: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'primary'
|
default: 'bg-primary'
|
||||||
},
|
},
|
||||||
outlined: Boolean,
|
outlined: Boolean,
|
||||||
borderless: Boolean,
|
borderless: Boolean,
|
||||||
|
Loading…
Reference in New Issue
Block a user