diff options
author | Camil Staps | 2015-02-10 10:33:10 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-10 10:33:10 +0100 |
commit | 6614d2f7d47e3f0337321776040eb5f03dc8245b (patch) | |
tree | ebbd33bdc95ce233b6f9d5fb8de7a8f310eb3b0e /css/businessadmin.css | |
parent | Updated makefile for clarification that this is only the makefile for the doc... (diff) |
Sorting for assignments using the mixItUp plugin
Diffstat (limited to 'css/businessadmin.css')
-rw-r--r-- | css/businessadmin.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/businessadmin.css b/css/businessadmin.css index 6fc34fe..d181bc1 100644 --- a/css/businessadmin.css +++ b/css/businessadmin.css @@ -79,4 +79,11 @@ td .btn.btn-circle:last-child { .editable { border-bottom: dotted 1px #0088cc !important; +} + +.mixitup .mix { + display: none; /* this is needed for the mixitup plugin */ +} +.mixitup .mixitup-sort { + cursor: pointer; }
\ No newline at end of file |