summaryrefslogtreecommitdiffstats
path: root/js/yui3/datatable-sort/assets/datatable-sort-core.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/yui3/datatable-sort/assets/datatable-sort-core.css')
-rw-r--r--js/yui3/datatable-sort/assets/datatable-sort-core.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/js/yui3/datatable-sort/assets/datatable-sort-core.css b/js/yui3/datatable-sort/assets/datatable-sort-core.css
index c140327ed..6a5a3d720 100644
--- a/js/yui3/datatable-sort/assets/datatable-sort-core.css
+++ b/js/yui3/datatable-sort/assets/datatable-sort-core.css
@@ -1,9 +1,10 @@
/*
-YUI 3.7.3 (build 5687)
-Copyright 2012 Yahoo! Inc. All rights reserved.
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
+
/* foundational CSS */
.yui3-datatable-sortable-column {
z-index: 1;
@@ -13,3 +14,11 @@ http://yuilibrary.com/license/
/* So the focus ring isn't masked by the surrounding elements */
z-index: 2;
}
+.yui3-datatable-sort-liner {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+} \ No newline at end of file