Update 'theme-arc-blue.css'

This commit is contained in:
nous 2021-04-21 00:20:12 +02:00
parent 2e277ffb83
commit 2522dca448
1 changed files with 3 additions and 0 deletions

View File

@ -1154,3 +1154,6 @@ element {
.following.bar .brand .ui.mini.image {
width: 32px;
}
.ui.checkbox input:checked ~ label::before, .ui.checkbox input:not([type="radio"]):indeterminate ~ label::before, .ui.checkbox label::before, .ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"], .ui.form select, .ui.form textarea, .ui.input > input, .ui.selection.dropdown, input, textarea {
background: #040404 !important;
}