mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
17 lines
274 B
Text
17 lines
274 B
Text
.no-click () {
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.pos-r () {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.pos-a () {
|
|
position: absolute;
|
|
display: block;
|
|
}
|