1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

upadet purple haze button css and hover

This commit is contained in:
grafixeyehero 2019-05-26 01:53:44 +03:00
parent 069ff009a8
commit e67f637d0e

View file

@ -83,10 +83,11 @@ progress::-moz-progress-bar {
progress::-webkit-progress-value { progress::-webkit-progress-value {
border-radius: .4em; border-radius: .4em;
} }
.fab, .fab,
.raised { .raised {
background: rgba(0, 0, 0, .5); background: rgba(0, 0, 0, .5);
color: rgba(255, 255, 255, .87) color: rgba(255, 255, 255, .87);
} }
.submit, .submit,
@ -95,14 +96,15 @@ progress::-webkit-progress-value {
.btnRefresh, .btnRefresh,
.button-submit, .button-submit,
.viewTabButton, .viewTabButton,
.button-cancel,
.button-alt, .button-alt,
.btnOption, .btnOption,
.block { .block {
background: #48C3C8; background: #48C3C8;
color: rgba(255, 255, 255, .87) color: rgb(0, 0, 0)
} }
.fab:hover,
.raised:hover,
.alphaPickerButton:hover, .alphaPickerButton:hover,
.submit:hover, .submit:hover,
.btnBrowse:hover, .btnBrowse:hover,
@ -110,7 +112,6 @@ progress::-webkit-progress-value {
.btnRefresh:hover, .btnRefresh:hover,
.button-submit:hover, .button-submit:hover,
.viewTabButton:hover, .viewTabButton:hover,
.button-cancel:hover,
.button-alt:hover, .button-alt:hover,
.btnOption:hover, .btnOption:hover,
.block:hover { .block:hover {
@ -118,11 +119,21 @@ progress::-webkit-progress-value {
color: rgba(255, 255, 255, .87) 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, #btnRestart,
#btnDeleteImage, #btnDeleteImage,
#btnShutdown { #btnShutdown {
background: #48C3C8; background: #48C3C8;
color: rgba(255, 255, 255, .87) color: rgb(0, 0, 0)
} }
#btnRestart:hover, #btnRestart:hover,
@ -142,7 +153,7 @@ progress::-webkit-progress-value {
.paperListLabel, .paperListLabel,
.textareaLabelUnfocused { .textareaLabelUnfocused {
color: #bbb; color: #bbb;
color: rgba(255, 255, 255, .7) color: rgba(255, 255, 255, 0.7)
} }
.inputLabelFocused, .inputLabelFocused,