some fixes look bugtracker

This commit is contained in:
Michael
2020-08-31 14:41:37 +02:00
parent 2aeef9c83e
commit 6c02e130b2
15 changed files with 40 additions and 7 deletions

View File

@@ -16,6 +16,9 @@
-ms-user-select: none;
user-select: none;
}
div {
user-select: none;
}
.atm {
background:#6d6d6d;

View File

@@ -3,6 +3,9 @@
-webkit-font-smoothing: antialiased;
overflow: hidden;
}
div {
user-select: none;
}
.table {
background-color: rgba(255, 255, 255, .8);

View File

@@ -1,6 +1,7 @@
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
user-select: none;
}
*, *::before, *::after {

View File

@@ -11,6 +11,9 @@
overflow: hidden;
overflow-y: scroll;
}
div {
user-select: none;
}
#commandOpts li{
cursor: pointer;

View File

@@ -1,5 +1,7 @@
html, body {
overflow: hidden;
user-select: none;
}
#schein {
overflow: hidden;

View File

@@ -1,6 +1,8 @@
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
user-select: none;
}
*, *::before, *::after {
@@ -8,6 +10,7 @@ html {
box-sizing: inherit;
}
a {
color: inherit;
font-weight: bold;

View File

@@ -7,6 +7,9 @@
.save-page {
margin: auto;
}
div {
user-select: none;
}
.isa_info, .isa_success, .isa_warning, .isa_error {
margin: 10px 0px;

View File

@@ -12,6 +12,9 @@ body {
right: 0;
bottom: 0
}
div {
user-select: none;
}
h4 {
margin: 0

View File

@@ -15,6 +15,9 @@ body {
font-weight:400;
line-height:3;
}
div {
user-select: none;
}
span.arrow {
display:none!important;