add focus

This commit is contained in:
grafixeyehero 2019-06-10 21:04:05 +03:00
parent aafddb38d2
commit ad0d4c2d40

View File

@ -90,6 +90,11 @@ progress::-webkit-progress-value {
color: rgba(255, 255, 255, .87); color: rgba(255, 255, 255, .87);
} }
.fab:focus,
.raised:focus {
background: #ff77f1
}
div[data-role=controlgroup] a.ui-btn-active { div[data-role=controlgroup] a.ui-btn-active {
background: #55828b !important; background: #55828b !important;
color: #e1e5f2 !important color: #e1e5f2 !important
@ -99,9 +104,7 @@ a[data-role=button] {
background: rgba(2, 43, 58, 0.521) !important; background: rgba(2, 43, 58, 0.521) !important;
} }
#btnRestart,
#btnDeleteImage, #btnDeleteImage,
#btnShutdown,
.submit, .submit,
.btnBrowse, .btnBrowse,
.mini, .mini,
@ -137,6 +140,10 @@ a[data-role=button] {
color: rgba(255, 255, 255, .87) color: rgba(255, 255, 255, .87)
} }
.button-submit:focus {
background: #ff77f1
}
#btnResetPassword, #btnResetPassword,
.btnForgotPassword, .btnForgotPassword,
.btnCancel, .btnCancel,