mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
add focus
This commit is contained in:
parent
aafddb38d2
commit
ad0d4c2d40
@ -90,6 +90,11 @@ progress::-webkit-progress-value {
|
||||
color: rgba(255, 255, 255, .87);
|
||||
}
|
||||
|
||||
.fab:focus,
|
||||
.raised:focus {
|
||||
background: #ff77f1
|
||||
}
|
||||
|
||||
div[data-role=controlgroup] a.ui-btn-active {
|
||||
background: #55828b !important;
|
||||
color: #e1e5f2 !important
|
||||
@ -99,9 +104,7 @@ a[data-role=button] {
|
||||
background: rgba(2, 43, 58, 0.521) !important;
|
||||
}
|
||||
|
||||
#btnRestart,
|
||||
#btnDeleteImage,
|
||||
#btnShutdown,
|
||||
.submit,
|
||||
.btnBrowse,
|
||||
.mini,
|
||||
@ -137,6 +140,10 @@ a[data-role=button] {
|
||||
color: rgba(255, 255, 255, .87)
|
||||
}
|
||||
|
||||
.button-submit:focus {
|
||||
background: #ff77f1
|
||||
}
|
||||
|
||||
#btnResetPassword,
|
||||
.btnForgotPassword,
|
||||
.btnCancel,
|
||||
|
Loading…
Reference in New Issue
Block a user