CSS
This commit is contained in:
parent
92f1ccf9bd
commit
2b84afcba2
@ -2954,18 +2954,13 @@ h6 {
|
|||||||
opacity: .4;
|
opacity: .4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noselect {
|
.button-text {
|
||||||
-webkit-touch-callout: none; /* iOS Safari */
|
line-height: 1.2;
|
||||||
-webkit-user-select: none; /* Safari */
|
|
||||||
-khtml-user-select: none; /* Konqueror HTML */
|
}
|
||||||
-moz-user-select: none; /* Firefox */
|
@media screen and (max-width: 600px){
|
||||||
-ms-user-select: none; /* Internet Explorer/Edge */
|
.button-text {
|
||||||
user-select: none; /* Non-prefixed version, currently
|
font-size: 4vw;
|
||||||
supported by Chrome and Opera */
|
}
|
||||||
-moz-user-select: none; /* Firefox */
|
|
||||||
-ms-user-select: none; /* Internet Explorer */
|
|
||||||
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
|
|
||||||
-webkit-user-select: none; /* Chrome, Safari, and Opera */
|
|
||||||
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
|
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=main.css.map */
|
/*# sourceMappingURL=main.css.map */
|
Loading…
Reference in New Issue
Block a user