mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
upadet purple haze button css and hover
This commit is contained in:
parent
069ff009a8
commit
e67f637d0e
@ -83,10 +83,11 @@ progress::-moz-progress-bar {
|
||||
progress::-webkit-progress-value {
|
||||
border-radius: .4em;
|
||||
}
|
||||
|
||||
.fab,
|
||||
.raised {
|
||||
background: rgba(0, 0, 0, .5);
|
||||
color: rgba(255, 255, 255, .87)
|
||||
color: rgba(255, 255, 255, .87);
|
||||
}
|
||||
|
||||
.submit,
|
||||
@ -95,14 +96,15 @@ progress::-webkit-progress-value {
|
||||
.btnRefresh,
|
||||
.button-submit,
|
||||
.viewTabButton,
|
||||
.button-cancel,
|
||||
.button-alt,
|
||||
.btnOption,
|
||||
.block {
|
||||
background: #48C3C8;
|
||||
color: rgba(255, 255, 255, .87)
|
||||
color: rgb(0, 0, 0)
|
||||
}
|
||||
|
||||
.fab:hover,
|
||||
.raised:hover,
|
||||
.alphaPickerButton:hover,
|
||||
.submit:hover,
|
||||
.btnBrowse:hover,
|
||||
@ -110,7 +112,6 @@ progress::-webkit-progress-value {
|
||||
.btnRefresh:hover,
|
||||
.button-submit:hover,
|
||||
.viewTabButton:hover,
|
||||
.button-cancel:hover,
|
||||
.button-alt:hover,
|
||||
.btnOption:hover,
|
||||
.block:hover {
|
||||
@ -118,11 +119,21 @@ progress::-webkit-progress-value {
|
||||
color: rgba(255, 255, 255, .87)
|
||||
}
|
||||
|
||||
.button-cancel {
|
||||
background: #D8E6FF;
|
||||
color: rgb(0, 0, 0)
|
||||
}
|
||||
|
||||
.button-cancel:hover{
|
||||
background: #0ce8d6;
|
||||
color: rgba(255, 255, 255, .87)
|
||||
}
|
||||
|
||||
#btnRestart,
|
||||
#btnDeleteImage,
|
||||
#btnShutdown {
|
||||
background: #48C3C8;
|
||||
color: rgba(255, 255, 255, .87)
|
||||
color: rgb(0, 0, 0)
|
||||
}
|
||||
|
||||
#btnRestart:hover,
|
||||
@ -142,7 +153,7 @@ progress::-webkit-progress-value {
|
||||
.paperListLabel,
|
||||
.textareaLabelUnfocused {
|
||||
color: #bbb;
|
||||
color: rgba(255, 255, 255, .7)
|
||||
color: rgba(255, 255, 255, 0.7)
|
||||
}
|
||||
|
||||
.inputLabelFocused,
|
||||
|
Loading…
Reference in New Issue
Block a user