diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 921a70a..e6a760a 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -360,15 +360,11 @@ footer { .ui .text.grey a:hover { color: #aadbff !important; } -.ui.form textarea, -.ui.form textarea:focus { - background: #232323; +.ui.form textarea, .ui.form textarea:focus { + background: #191919 !important; border: 1px solid #313c47; color: #dbdbdb; } -.ui.form textarea:focus { - border: 1px solid #456580; -} .ui .info.segment.top { background-color: #060639 !important; } @@ -1128,9 +1124,6 @@ swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table { element { background: #1c1c1c; } -.ui.form textarea, .ui.form textarea:focus { - background: #141414; -} .ui.attached.segment { border: 1px solid #313c47; } @@ -1146,3 +1139,6 @@ element { .ui.blue.button, .ui.blue.buttons .button, .ui.primary.button, .ui.primary.buttons .button { background-color: #0e184f !important; } +.ui.form .field.field input:autofill { + box-shadow: inset 0 0 0 100px #141C47 !important; +}