[UI] Minor CSS Chromium compatibility fix.

This commit is contained in:
hackademix 2021-02-14 19:59:26 +01:00
parent c42cbb7290
commit d3d6437844
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ body {
border-bottom: 0.06em solid #eee;
display: flex;
-moz-user-select: none;
user-select: none;
}

View File

@ -167,6 +167,7 @@ input[type="checkbox"] {
.presets {
-moz-user-select: none;
user-select: none;
}
.sites {
border: 0;