This commit is contained in:
Devaev Maxim 2020-07-19 18:02:22 +03:00
parent 0d9edb277f
commit 51437ca803

View File

@ -25,7 +25,7 @@ body {
overflow: hidden;
color: var(--cs-page-default-fg);
background-color: var(--cs-page-default-bg);
font-family: sans-serif !important;
font-family: arial, sans-serif !important;
}
body.body-no-select {
-webkit-user-select: none;
@ -97,6 +97,7 @@ select {
display: block;
width: 100%;
height: 30px;
font-family: inherit;
font-size: 16px;
outline: none;
cursor: pointer;