[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;
|
border-bottom: 0.06em solid #eee;
|
||||||
display: flex;
|
display: flex;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -167,6 +167,7 @@ input[type="checkbox"] {
|
||||||
|
|
||||||
.presets {
|
.presets {
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
.sites {
|
.sites {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue