mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
23 lines
314 B
Plaintext
23 lines
314 B
Plaintext
|
|
.no-select {
|
||
|
|
-webkit-touch-callout: none;
|
||
|
|
-webkit-user-select: none;
|
||
|
|
-khtml-user-select: none;
|
||
|
|
-moz-user-select: none;
|
||
|
|
-ms-user-select: none;
|
||
|
|
user-select: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pointer {
|
||
|
|
cursor: pointer;
|
||
|
|
*cursor: hand;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inline-block {
|
||
|
|
display: inline-block;
|
||
|
|
*display: inline;
|
||
|
|
zoom: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.clear {
|
||
|
|
clear: both;
|
||
|
|
}
|