Skip to content

Commit 0a3369f

Browse files
committed
Dev: Styling integration for processing icon
1 parent 649d7d8 commit 0a3369f

File tree

6 files changed

+46
-3
lines changed

6 files changed

+46
-3
lines changed

css/buttons.bootstrap.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ div.dt-button-background {
3030
}
3131
}
3232
}
33+
34+
div.dt-buttons {
35+
button.btn.processing,
36+
div.btn.processing,
37+
a.btn.processing {
38+
@include dtb-processing();
39+
}
40+
}

css/buttons.bootstrap4.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ div.dt-button-background {
4343
}
4444
}
4545
}
46+
47+
div.dt-buttons {
48+
button.btn.processing,
49+
div.btn.processing,
50+
a.btn.processing {
51+
@include dtb-processing();
52+
}
53+
}

css/buttons.dataTables.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ div.dt-button-background {
134134
}
135135
}
136136

137-
138137
button.dt-button.processing,
139138
div.dt-button.processing,
140139
a.dt-button.processing {
141140
@include dtb-processing();
142-
}
141+
}

css/buttons.foundation.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,16 @@ div.button-group.stacked.dropdown-pane {
6767
margin-bottom: 0;
6868
}
6969
}
70-
}
70+
}
71+
72+
div.dt-buttons {
73+
button.button.processing,
74+
div.button.processing,
75+
a.button.processing {
76+
@include dtb-processing();
77+
78+
color: rgba( 255, 255, 255, 0.2 );
79+
border-top-color: white;
80+
border-bottom-color: white;
81+
}
82+
}

css/buttons.jqueryui.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,9 @@ div.dt-button-background {
9090
text-align: center;
9191
}
9292
}
93+
94+
button.dt-button.processing,
95+
div.dt-button.processing,
96+
a.dt-button.processing {
97+
@include dtb-processing();
98+
}

css/buttons.semanticui.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ div.dt-button-background {
4141
}
4242
}
4343
}
44+
45+
div.dt-buttons {
46+
button.button.processing,
47+
div.button.processing,
48+
a.button.processing {
49+
position: relative;
50+
51+
@include dtb-processing();
52+
}
53+
}

0 commit comments

Comments
 (0)