diff --git a/src/components/themes/purple-haze/theme.css b/src/components/themes/purple-haze/theme.css index f3a8a684cd..843b573059 100644 --- a/src/components/themes/purple-haze/theme.css +++ b/src/components/themes/purple-haze/theme.css @@ -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,