mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 15:51:28 +00:00
lighter display for checkboxes on headlines frame to fit better with marked/pub icons
This commit is contained in:
@@ -796,6 +796,15 @@ body.ttrss_main {
|
||||
-webkit-transform: translateZ(0);
|
||||
-webkit-backface-visibility: hidden;
|
||||
|
||||
.dijitCheckBox:not(.dijitCheckBoxChecked) {
|
||||
background: transparent;
|
||||
opacity : 0.7;
|
||||
}
|
||||
|
||||
.dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
||||
color : @default-text;
|
||||
}
|
||||
|
||||
div.feed-title {
|
||||
border: 0px solid @color-link;
|
||||
border-bottom-width: 1px;
|
||||
|
||||
Reference in New Issue
Block a user