We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ad677 commit 279c4aaCopy full SHA for 279c4aa
app/static/datatables/app.css
@@ -11,4 +11,26 @@ Copyright (c) 2019 - present AppSeed.us
11
tr.editing {
12
border: 1px solid green !important;
13
font-weight: bold;
14
+}
15
+
16
17
+/* Compatibility */
18
19
+.dataTable-selector {
20
+ padding: 0.5rem 2rem 0.5rem 1rem;
21
22
23
+.dataTable-top {
24
+ float: right !important;
25
26
27
+.dataTable-search {
28
29
30
31
+.dataTable-top>nav:last-child,
32
+.dataTable-top>div:last-child,
33
+.dataTable-bottom>nav:last-child,
34
+.dataTable-bottom>div:last-child {
35
36
}
0 commit comments