Skip to content

Commit fe8877c

Browse files
committed
edit less
1 parent da5233b commit fe8877c

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

tpxforms.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* TPX Forms
3-
* Released under MIT. Copyright 2014 Mienard Lumaad
4-
* http://ui.themepixels.com/tpxforms
2+
* TPX Forms v1.1 by ThemePixels
3+
* Released under MIT. Copyright 2014 ThemePixels (Mienard Lumaad)
4+
* Docs: http://ui.themepixels.com/tpxforms
55
*
66
* Github Repository: https://github.com/themepixels/tpxForms
77
*
@@ -173,7 +173,12 @@
173173
line-height: 21px;
174174
margin-bottom: 5px;
175175
font-weight: 300;
176+
-webkit-touch-callout: none;
176177
-webkit-user-select: none;
178+
-khtml-user-select: none;
179+
-moz-user-select: none;
180+
-ms-user-select: none;
181+
user-select: none;
177182
}
178183
.tpx-checkbox span {
179184
position: absolute;

tpxforms.less

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* TPX Forms
3-
* Released under MIT. Copyright 2014 Mienard Lumaad
4-
* http://ui.themepixels.com/tpxforms
2+
* TPX Forms v1.1 by ThemePixels
3+
* Released under MIT. Copyright 2014 ThemePixels (Mienard Lumaad)
4+
* Docs: http://ui.themepixels.com/tpxforms
55
*
66
* Github Repository: https://github.com/themepixels/tpxForms
77
*
@@ -200,7 +200,13 @@
200200
line-height: 21px;
201201
margin-bottom: 5px;
202202
font-weight: 300;
203-
-webkit-user-select: none;
203+
204+
-webkit-touch-callout: none;
205+
-webkit-user-select: none;
206+
-khtml-user-select: none;
207+
-moz-user-select: none;
208+
-ms-user-select: none;
209+
user-select: none;
204210

205211
span {
206212
position: absolute;

0 commit comments

Comments
 (0)