cleanup + изменение цветов темы
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
border-bottom: var(--brand-bg) 2px solid;
|
||||
border-bottom: var(--text-color2) 2px solid;
|
||||
background-color: var(--bg-color);
|
||||
text-overflow: ellipsis;
|
||||
min-height: 2em;
|
||||
@@ -44,7 +44,7 @@
|
||||
.form-row input:focus {
|
||||
outline: none;
|
||||
border: none;
|
||||
border-bottom: var(--brand-text) 2px solid;
|
||||
border-bottom: var(--bg-action) 2px solid;
|
||||
background-color: var(--bg-selected);
|
||||
}
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
border: none;
|
||||
font-weight: bolder;
|
||||
background: var(--bg-action);
|
||||
color: var(--text-color);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user