remove collapse.png
This commit is contained in:
parent
0b8cbc9156
commit
b4c2b26822
|
@ -487,8 +487,8 @@ class Feeds extends Handler_Protected {
|
|||
|
||||
if (!get_pref("CDM_EXPANDED")) {
|
||||
$tmp_content .= "<span class='collapse'>
|
||||
<img src=\"images/collapse.png\" onclick=\"return Article.cdmUnsetActive(event)\"
|
||||
title=\"" . __("Collapse article") . "\"/></span>";
|
||||
<i class=\"material-icons\" onclick=\"return Article.cdmUnsetActive(event)\"
|
||||
title=\"" . __("Collapse article") . "\">remove_circle</i></span>";
|
||||
|
||||
if (get_pref('SHOW_CONTENT_PREVIEW')) {
|
||||
$tmp_content .= "<span class='excerpt'>" . $line["content_preview"] . "</span>";
|
||||
|
|
|
@ -402,6 +402,11 @@ div.cdm.expandable.Unread div.header a.title {
|
|||
}
|
||||
|
||||
div.cdm.expandable.active {
|
||||
.collapse i {
|
||||
color : @color-accent;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.excerpt {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -1359,6 +1359,10 @@ div.cdm.expandable div.header a.title {
|
|||
div.cdm.expandable.Unread div.header a.title {
|
||||
color: black;
|
||||
}
|
||||
div.cdm.expandable.active .collapse i {
|
||||
color: #257aa7;
|
||||
cursor: pointer;
|
||||
}
|
||||
div.cdm.expandable.active .excerpt {
|
||||
display: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 317 B |
Loading…
Reference in New Issue