[UI] Minor CSS Chromium compatibility fix.
This commit is contained in:
parent
c42cbb7290
commit
d3d6437844
|
@ -11,6 +11,7 @@ body {
|
|||
border-bottom: 0.06em solid #eee;
|
||||
display: flex;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -167,6 +167,7 @@ input[type="checkbox"] {
|
|||
|
||||
.presets {
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.sites {
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in New Issue