moved images info to comment elements

This commit is contained in:
Devaev Maxim
2019-11-10 06:05:55 +03:00
parent 31a213385d
commit 151463447e
2 changed files with 21 additions and 8 deletions

View File

@@ -154,6 +154,10 @@ select option {
color: var(--cs-control-default-fg);
background-color: var(--cs-control-default-bg);
}
select option.comment {
color: var(--cs-control-disabled-fg);
font-style: italic;
}
input[type=text], input[type=password] {
overflow-x: auto;