добавил все настройки в веб, сделал cleanup интерфейса
This commit is contained in:
@@ -85,11 +85,11 @@
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.tabs-item-flex-container th {
|
||||
.settings-set-container th {
|
||||
text-align: left;
|
||||
padding-right: 1em;
|
||||
}
|
||||
.tabs-item-flex-container td {
|
||||
.settings-set-container td {
|
||||
min-width: 10em;
|
||||
}
|
||||
.tabs-item-flex-container h2 {
|
||||
@@ -124,6 +124,10 @@ label {
|
||||
border-bottom: solid 2px var(--brand-text);
|
||||
}
|
||||
|
||||
.settings-set-container input:invalid {
|
||||
border: solid 1px var(--text-bad);
|
||||
}
|
||||
|
||||
/* костыль для браузеров, которые некорректно стилизуют элементы option */
|
||||
select * {
|
||||
background: var(--bg-selected);
|
||||
|
Reference in New Issue
Block a user