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.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/js/yui3/datatable-sort/assets/datatable-sort-core.css b/js/yui3/datatable-sort/assets/datatable-sort-core.css
new file mode 100644
index 000000000..c140327ed
--- /dev/null
+++ b/js/yui3/datatable-sort/assets/datatable-sort-core.css
@@ -0,0 +1,15 @@
+/*
+YUI 3.7.3 (build 5687)
+Copyright 2012 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+/* foundational CSS */
+.yui3-datatable-sortable-column {
+ z-index: 1;
+}
+.yui3-datatable-sortable-column:focus,
+.yui3-datatable-sortable-column:active {
+ /* So the focus ring isn't masked by the surrounding elements */
+ z-index: 2;
+}