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