summaryrefslogtreecommitdiff
path: root/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-18 01:11:37 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-18 01:11:37 +0300
commit2b6970d33afd75be5bfef951dc3691d492004d43 (patch)
tree39eba4206ca0c4cd3fecd5ead95580a74e50f3f9 /public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css
parent68fc9e55e538e03f94509731ab41a0c8cf96710f (diff)
downloadclassroom-2b6970d33afd75be5bfef951dc3691d492004d43.tar.gz
classroom-2b6970d33afd75be5bfef951dc3691d492004d43.tar.bz2
classroom-2b6970d33afd75be5bfef951dc3691d492004d43.zip
admin back-office environment (skeleton); admin categories
Diffstat (limited to 'public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css')
-rw-r--r--public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css
new file mode 100644
index 0000000..849a26c
--- /dev/null
+++ b/public/assets/js/DataTables/Scroller-2.1.1/css/scroller.bootstrap.css
@@ -0,0 +1,37 @@
+div.dts {
+ display: block !important;
+}
+div.dts tbody th,
+div.dts tbody td {
+ white-space: nowrap;
+}
+div.dts div.dts_loading {
+ z-index: 1;
+}
+div.dts div.dts_label {
+ position: absolute;
+ right: 10px;
+ background: rgba(0, 0, 0, 0.8);
+ color: white;
+ box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
+ text-align: right;
+ border-radius: 3px;
+ padding: 0.4em;
+ z-index: 2;
+ display: none;
+}
+div.dts div.dataTables_scrollBody {
+ background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
+}
+div.dts div.dataTables_scrollBody table {
+ background-color: white;
+ z-index: 2;
+}
+div.dts div.dataTables_paginate,
+div.dts div.dataTables_length {
+ display: none;
+}
+
+div.DTS tbody tr {
+ background-color: white;
+}