Update 'theme-arc-blue.css'

This commit is contained in:
nous 2021-04-20 22:48:55 +02:00
parent d540a0b893
commit ea5d9d4046
1 changed files with 5 additions and 9 deletions

View File

@ -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;
}