mirror of
https://gitea.artixlinux.org/artix/gitea-dark-blue.git
synced 2024-12-18 15:54:22 +00:00
Update 'theme-arc-blue.css'
This commit is contained in:
parent
d540a0b893
commit
ea5d9d4046
@ -360,15 +360,11 @@ footer {
|
|||||||
.ui .text.grey a:hover {
|
.ui .text.grey a:hover {
|
||||||
color: #aadbff !important;
|
color: #aadbff !important;
|
||||||
}
|
}
|
||||||
.ui.form textarea,
|
.ui.form textarea, .ui.form textarea:focus {
|
||||||
.ui.form textarea:focus {
|
background: #191919 !important;
|
||||||
background: #232323;
|
|
||||||
border: 1px solid #313c47;
|
border: 1px solid #313c47;
|
||||||
color: #dbdbdb;
|
color: #dbdbdb;
|
||||||
}
|
}
|
||||||
.ui.form textarea:focus {
|
|
||||||
border: 1px solid #456580;
|
|
||||||
}
|
|
||||||
.ui .info.segment.top {
|
.ui .info.segment.top {
|
||||||
background-color: #060639 !important;
|
background-color: #060639 !important;
|
||||||
}
|
}
|
||||||
@ -1128,9 +1124,6 @@ swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
|
|||||||
element {
|
element {
|
||||||
background: #1c1c1c;
|
background: #1c1c1c;
|
||||||
}
|
}
|
||||||
.ui.form textarea, .ui.form textarea:focus {
|
|
||||||
background: #141414;
|
|
||||||
}
|
|
||||||
.ui.attached.segment {
|
.ui.attached.segment {
|
||||||
border: 1px solid #313c47;
|
border: 1px solid #313c47;
|
||||||
}
|
}
|
||||||
@ -1146,3 +1139,6 @@ element {
|
|||||||
.ui.blue.button, .ui.blue.buttons .button, .ui.primary.button, .ui.primary.buttons .button {
|
.ui.blue.button, .ui.blue.buttons .button, .ui.primary.button, .ui.primary.buttons .button {
|
||||||
background-color: #0e184f !important;
|
background-color: #0e184f !important;
|
||||||
}
|
}
|
||||||
|
.ui.form .field.field input:autofill {
|
||||||
|
box-shadow: inset 0 0 0 100px #141C47 !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user