mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:15:56 +00:00
lighter display for checkboxes on headlines frame to fit better with marked/pub icons (2)
This commit is contained in:
@@ -679,10 +679,10 @@ body.ttrss_main #headlines-frame {
|
|||||||
}
|
}
|
||||||
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) {
|
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
opacity: 0.7;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
||||||
color: #555555;
|
color: #888888;
|
||||||
}
|
}
|
||||||
body.ttrss_main #headlines-frame div.feed-title {
|
body.ttrss_main #headlines-frame div.feed-title {
|
||||||
border: 0px solid #257aa7;
|
border: 0px solid #257aa7;
|
||||||
|
|||||||
@@ -798,11 +798,11 @@ body.ttrss_main {
|
|||||||
|
|
||||||
.dijitCheckBox:not(.dijitCheckBoxChecked) {
|
.dijitCheckBox:not(.dijitCheckBoxChecked) {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
opacity : 0.7;
|
opacity : 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
.dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
||||||
color : @default-text;
|
color : lighten(@default-text, 20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.feed-title {
|
div.feed-title {
|
||||||
|
|||||||
@@ -679,10 +679,10 @@ body.ttrss_main #headlines-frame {
|
|||||||
}
|
}
|
||||||
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) {
|
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
opacity: 0.7;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
|
||||||
color: #555555;
|
color: #888888;
|
||||||
}
|
}
|
||||||
body.ttrss_main #headlines-frame div.feed-title {
|
body.ttrss_main #headlines-frame div.feed-title {
|
||||||
border: 0px solid #257aa7;
|
border: 0px solid #257aa7;
|
||||||
|
|||||||
Reference in New Issue
Block a user