summaryrefslogtreecommitdiffstats
path: root/css/feeds.css
blob: 5ae430aec07e1d79c13481cdee040d0312d4c539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.starred-icon {
        background-image: url('%appswebroot%/news/img/starred.png');
}

.subscriptions-icon {
        background-image: url('%appswebroot%/news/img/rss.svg');
}

.unread {
        font-weight: bold;
}

#left-content .unread > a {
        padding-right: 32px;
}



#left-content .utils {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
}

#left-content .utils button {
        margin: 5px 0 0 0;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: 0;
        box-shadow: none;
}

.unread-counter {
        padding: 6px 8px 5px;
        position: absolute;
        z-index: 5;
        right: 0;
        top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        font-size: 9pt;
        display: none;
}

#left-content li:hover .utils > .unread-counter {
        display: none;
}

.unread .unread-counter {
        display: block;
}


/* general */
button.action {
        opacity: .5;
}

button.action:hover {
        opacity: 1;
}


#left-content li:hover > .utils {
        display: block;
}

.delete-icon {
        background-image: url('%webroot%/core/img/actions/delete.svg');
}

.edit-icon {
        background-image: url('%webroot%/core/img/actions/rename.svg');
}

.mark-read-icon {
        background-image: url('%appswebroot%/news/img/mark_read.svg');
}