mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
lighter display for checkboxes on headlines frame to fit better with marked/pub icons
This commit is contained in:
@@ -677,6 +677,13 @@ body.ttrss_main #headlines-frame {
|
|||||||
-webkit-transform: translateZ(0);
|
-webkit-transform: translateZ(0);
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) {
|
||||||
|
background: transparent;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
||||||
|
color: #555555;
|
||||||
|
}
|
||||||
body.ttrss_main #headlines-frame div.feed-title {
|
body.ttrss_main #headlines-frame div.feed-title {
|
||||||
border: 0px solid #257aa7;
|
border: 0px solid #257aa7;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -796,6 +796,15 @@ body.ttrss_main {
|
|||||||
-webkit-transform: translateZ(0);
|
-webkit-transform: translateZ(0);
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
|
|
||||||
|
.dijitCheckBox:not(.dijitCheckBoxChecked) {
|
||||||
|
background: transparent;
|
||||||
|
opacity : 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
||||||
|
color : @default-text;
|
||||||
|
}
|
||||||
|
|
||||||
div.feed-title {
|
div.feed-title {
|
||||||
border: 0px solid @color-link;
|
border: 0px solid @color-link;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
|
|||||||
@@ -677,6 +677,13 @@ body.ttrss_main #headlines-frame {
|
|||||||
-webkit-transform: translateZ(0);
|
-webkit-transform: translateZ(0);
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) {
|
||||||
|
background: transparent;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
||||||
|
color: #555555;
|
||||||
|
}
|
||||||
body.ttrss_main #headlines-frame div.feed-title {
|
body.ttrss_main #headlines-frame div.feed-title {
|
||||||
border: 0px solid #257aa7;
|
border: 0px solid #257aa7;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user