mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
css: Add new mixin .user-select()
This commit is contained in:
parent
ce1fed1b1d
commit
f31b1569aa
@ -67,6 +67,13 @@
|
|||||||
transform: @transform;
|
transform: @transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-select(@user-select) {
|
||||||
|
-webkit-user-select: @user-select;
|
||||||
|
-moz-user-select: @user-select;
|
||||||
|
-ms-user-select: @user-select;
|
||||||
|
user-select: @user-select;
|
||||||
|
}
|
||||||
|
|
||||||
.rounded-corners(@border-radius: 0.4em) {
|
.rounded-corners(@border-radius: 0.4em) {
|
||||||
border-radius: @border-radius;
|
border-radius: @border-radius;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user