css refactoring

This commit is contained in:
Devaev Maxim
2018-11-24 04:41:25 +03:00
parent 97d8d6ea4c
commit 6c9372a8ff
13 changed files with 133 additions and 107 deletions

View File

@@ -3,8 +3,8 @@ textarea#hid-pak-text {
resize: none;
width: 100%;
height: 40px;
color: var(--fg-color-intensive);
background-color: var(--bg-color-light);
color: var(--cs-window-default-fg);
background-color: var(--cs-window-default-bg);
border: none;
outline: 0 !important;
-webkit-appearance:none;