mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 19:59:15 +00:00
toggleMark, togglePub: refactor implementation
shorten marked/published img CSS classes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -561,14 +561,14 @@ body.ttrss_main {
|
||||
border-radius : 4px;
|
||||
}
|
||||
|
||||
img.markedPic, img.pubPic {
|
||||
img.marked-pic, img.pub-pic {
|
||||
cursor : pointer;
|
||||
vertical-align : middle;
|
||||
opacity : 0.5;
|
||||
transition : opacity 0.25s;
|
||||
}
|
||||
|
||||
img.markedPic:hover, img.pubPic:hover {
|
||||
img.marked-pic:hover, img.pub-pic:hover {
|
||||
opacity : 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user