Skip to content

Commit 46705dd

Browse files
author
dtbuild
committed
499d429827627bb3acaadf68127c5a541e99df7d New: Empty labels for a check list will now show with "Empty" and styled text. This can be translatest with columnControl.list.empty.
Fix: Language options for ColumnControl were missing from the DataTables types integration. Sync to source repo @499d429827627bb3acaadf68127c5a541e99df7d
1 parent c6bd52f commit 46705dd

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

css/columnControl.jqueryui.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--dtcc-button_opacity: 0.4;
66
--dtcc-button_padding: 3px;
77
--dtcc-button_disabled-opacity: 0.6;
8+
--dtcc-button_empty-opacity: 0.8;
89
--dtcc-button_hover-border: none;
910
--dtcc-button_hover-background: rgba(0, 0, 0, 0.1);
1011
--dtcc-button_hover-opacity: 0.9;
@@ -285,6 +286,10 @@ div.dtcc-dropdown button.dtcc-button.dtcc-button_disabled {
285286
cursor: initial;
286287
opacity: var(--dtcc-button_disabled-opacity);
287288
}
289+
div.dtcc-dropdown button.dtcc-button.dtcc-button_empty span.dtcc-button-text {
290+
opacity: var(--dtcc-button_empty-opacity);
291+
font-style: italic;
292+
}
288293
div.dtcc-dropdown button.dtcc-button > span.dtcc-button-state {
289294
display: block;
290295
width: var(--dtcc-button-icon_size);

0 commit comments

Comments
 (0)