fixed helptext
This commit is contained in:
parent
ea4e5febf1
commit
20b0bf2e7c
@ -5,6 +5,7 @@ html {
|
|||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -195,7 +196,7 @@ img {
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.periodictable {
|
.atom {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -245,6 +246,11 @@ img {
|
|||||||
.infoBox {
|
.infoBox {
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
|
-webkit-touch-callout: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
-moz-user-select: text;
|
||||||
|
-ms-user-select: text;
|
||||||
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
@ -292,7 +298,7 @@ img {
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
display: none;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin-top: 65%;
|
top: 61%;
|
||||||
margin-left: -9%;
|
margin-left: -9%;
|
||||||
border-left: 10px solid transparent;
|
border-left: 10px solid transparent;
|
||||||
border-right: 10px solid transparent;
|
border-right: 10px solid transparent;
|
||||||
@ -312,7 +318,7 @@ img {
|
|||||||
display: none;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
margin-top: 95%;
|
top: 102%;
|
||||||
margin-left: -13%;
|
margin-left: -13%;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user