mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-05 07:36:10 +02:00
Only show a checkmark when a checkbox is marked.
This commit is contained in:
parent
b0e5058c8b
commit
206ee6fc8e
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
.dijitCheckBox {
|
||||
margin : 1px;
|
||||
|
||||
&::before {
|
||||
&.dijitCheckBoxChecked::before {
|
||||
font-family: flat-icon;
|
||||
content: "\f00c";
|
||||
color: white;
|
||||
|
||||
@ -7,8 +7,4 @@
|
||||
.dijitTab:not(.dijitTabChecked) {
|
||||
background : @color-panel-bg;
|
||||
}
|
||||
|
||||
.dijitCheckBox {
|
||||
background : #ccc;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user