forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
17
static/bower_components/ion.rangeSlider/less/_mixins.less
vendored
Normal file
17
static/bower_components/ion.rangeSlider/less/_mixins.less
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user