Change icons because they are misleading
This commit is contained in:
parent
c195993e38
commit
5f75e81720
@ -367,28 +367,24 @@ a.btn-red:hover,
|
|||||||
/* icons */
|
/* icons */
|
||||||
article .read-icon,
|
article .read-icon,
|
||||||
article .bookmark-icon {
|
article .bookmark-icon {
|
||||||
display: inline-block;
|
|
||||||
color: #ccc;
|
|
||||||
font-size: 20px;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
line-height: 20px;
|
|
||||||
text-align: center;
|
|
||||||
margin: 0 1px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
article .read-icon:before {
|
article[data-item-bookmark="0"] .bookmark-icon:before {
|
||||||
content: "✔";
|
content: "☆";
|
||||||
}
|
}
|
||||||
|
|
||||||
article .bookmark-icon:before {
|
article[data-item-bookmark="1"] .bookmark-icon:before {
|
||||||
content: "★";
|
content: "★";
|
||||||
}
|
}
|
||||||
|
|
||||||
article[data-item-status="read"] .read-icon,
|
article[data-item-status="read"] .read-icon:before {
|
||||||
article[data-item-bookmark="1"] .bookmark-icon {
|
content: "✔";
|
||||||
color: #444;
|
}
|
||||||
|
|
||||||
|
article[data-item-status="unread"] .read-icon:before {
|
||||||
|
content: "✘";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* counter brackets */
|
/* counter brackets */
|
||||||
|
Loading…
Reference in New Issue
Block a user