mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-01-07 05:00:59 +01:00
minor: improve checkbox display for light mode
This commit is contained in:
parent
ebcd8e4455
commit
98fcff063f
@ -2091,6 +2091,9 @@ body.ttrss_utility.share_popup .content {
|
||||
.flat .dijitTab:not(.dijitTabChecked) {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.flat .dijitCheckBox {
|
||||
background: rgba(204, 204, 204, 0.1);
|
||||
}
|
||||
body.ttrss_zoom {
|
||||
max-width: 900px;
|
||||
margin: 2em auto;
|
||||
|
||||
@ -2091,6 +2091,9 @@ body.ttrss_utility.share_popup .content {
|
||||
.flat .dijitTab:not(.dijitTabChecked) {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.flat .dijitCheckBox {
|
||||
background: rgba(204, 204, 204, 0.1);
|
||||
}
|
||||
body.ttrss_zoom {
|
||||
max-width: 900px;
|
||||
margin: 2em auto;
|
||||
|
||||
@ -2091,6 +2091,9 @@ body.ttrss_utility.share_popup .content {
|
||||
.flat .dijitTab:not(.dijitTabChecked) {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.flat .dijitCheckBox {
|
||||
background: rgba(204, 204, 204, 0.1);
|
||||
}
|
||||
body.ttrss_zoom {
|
||||
max-width: 900px;
|
||||
margin: 2em auto;
|
||||
|
||||
@ -7,4 +7,8 @@
|
||||
.dijitTab:not(.dijitTabChecked) {
|
||||
background : @color-panel-bg;
|
||||
}
|
||||
|
||||
.dijitCheckBox {
|
||||
background : rgb(204 204 204 / 10%);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user