File tree Expand file tree Collapse file tree 3 files changed +22
-11
lines changed Expand file tree Collapse file tree 3 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 1
1
/*!
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
5
5
*
6
6
* Github Repository: https://github.com/themepixels/tpxForms
7
7
*
173
173
line-height : 21px ;
174
174
margin-bottom : 5px ;
175
175
font-weight : 300 ;
176
+ -webkit-touch-callout : none;
176
177
-webkit-user-select : none;
178
+ -khtml-user-select : none;
179
+ -moz-user-select : none;
180
+ -ms-user-select : none;
181
+ user-select : none;
177
182
}
178
183
.tpx-checkbox span {
179
184
position : absolute;
Original file line number Diff line number Diff line change 1
1
/* !
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
5
5
*
6
6
* Github Repository: https://github.com/themepixels/tpxForms
7
7
*
200
200
line-height : 21px ;
201
201
margin-bottom : 5px ;
202
202
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 ;
204
210
205
211
span {
206
212
position : absolute ;
You can’t perform that action at this time.
0 commit comments