Only show a checkmark when a checkbox is marked.

This commit is contained in:
supahgreg 2025-10-20 19:23:11 +00:00
parent b0e5058c8b
commit 206ee6fc8e
No known key found for this signature in database
8 changed files with 7 additions and 20 deletions

View File

@ -1966,7 +1966,7 @@ body.ttrss_utility.share_popup .content {
.flat .dijitCheckBox {
margin: 1px;
}
.flat .dijitCheckBox::before {
.flat .dijitCheckBox.dijitCheckBoxChecked::before {
font-family: flat-icon;
content: "\f00c";
color: white;
@ -2091,9 +2091,6 @@ body.ttrss_utility.share_popup .content {
.flat .dijitTab:not(.dijitTabChecked) {
background: #f5f5f5;
}
.flat .dijitCheckBox {
background: #ccc;
}
body.ttrss_zoom {
max-width: 900px;
margin: 2em auto;

View File

@ -1868,7 +1868,7 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.actions_summary li:last-child::aft
.flat .dijitCheckBox {
margin: 1px;
}
.flat .dijitCheckBox::before {
.flat .dijitCheckBox.dijitCheckBoxChecked::before {
font-family: flat-icon;
content: "\f00c";
color: white;

View File

@ -1966,7 +1966,7 @@ body.ttrss_utility.share_popup .content {
.flat .dijitCheckBox {
margin: 1px;
}
.flat .dijitCheckBox::before {
.flat .dijitCheckBox.dijitCheckBoxChecked::before {
font-family: flat-icon;
content: "\f00c";
color: white;
@ -2091,9 +2091,6 @@ body.ttrss_utility.share_popup .content {
.flat .dijitTab:not(.dijitTabChecked) {
background: #f5f5f5;
}
.flat .dijitCheckBox {
background: #ccc;
}
body.ttrss_zoom {
max-width: 900px;
margin: 2em auto;

View File

@ -1966,7 +1966,7 @@ body.ttrss_utility.share_popup .content {
.flat .dijitCheckBox {
margin: 1px;
}
.flat .dijitCheckBox::before {
.flat .dijitCheckBox.dijitCheckBoxChecked::before {
font-family: flat-icon;
content: "\f00c";
color: white;
@ -2091,9 +2091,6 @@ body.ttrss_utility.share_popup .content {
.flat .dijitTab:not(.dijitTabChecked) {
background: #f5f5f5;
}
.flat .dijitCheckBox {
background: #ccc;
}
body.ttrss_zoom {
max-width: 900px;
margin: 2em auto;

View File

@ -87,7 +87,7 @@
.dijitCheckBox {
margin : 1px;
&::before {
&.dijitCheckBoxChecked::before {
font-family: flat-icon;
content: "\f00c";
color: white;

View File

@ -7,8 +7,4 @@
.dijitTab:not(.dijitTabChecked) {
background : @color-panel-bg;
}
.dijitCheckBox {
background : #ccc;
}
}

View File

@ -1869,7 +1869,7 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.actions_summary li:last-child::aft
.flat .dijitCheckBox {
margin: 1px;
}
.flat .dijitCheckBox::before {
.flat .dijitCheckBox.dijitCheckBoxChecked::before {
font-family: flat-icon;
content: "\f00c";
color: white;

View File

@ -1869,7 +1869,7 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.actions_summary li:last-child::aft
.flat .dijitCheckBox {
margin: 1px;
}
.flat .dijitCheckBox::before {
.flat .dijitCheckBox.dijitCheckBoxChecked::before {
font-family: flat-icon;
content: "\f00c";
color: white;