summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-21 16:21:16 +0300
committerAndrew Dolgov <[email protected]>2019-02-21 16:21:16 +0300
commit4e253add8c78bb185911ffdffbb50ef318386a3c (patch)
tree68d6cb6d3ffddf04cced34f7b14d139017532e60 /css/default.css
parent4d4af18e164a80b47df22962317e83d4916af10d (diff)
UI: add some more info links to relevant wiki pages; minor layout updates
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/default.css b/css/default.css
index 5ac1b73b6..e952daa96 100644
--- a/css/default.css
+++ b/css/default.css
@@ -51,6 +51,7 @@ body.ttrss_main div.post div.header img,
body.ttrss_main div.post div.header i.material-icons {
margin: 0px 4px;
vertical-align: middle;
+ color: #777;
}
body.ttrss_main div.post div.header .title {
flex-grow: 2;
@@ -208,6 +209,9 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
+body.ttrss_main .hl .right i.material-icons {
+ color: #777;
+}
body.ttrss_main .hl div.title {
cursor: pointer;
flex-grow: 2;
@@ -1013,6 +1017,9 @@ body.ttrss_utility div.autocomplete ul li {
video::-webkit-media-controls-overlay-play-button {
display: none;
}
+.cdm i.material-icons {
+ color: #777;
+}
.cdm .header,
.cdm .footer {
display: flex;
@@ -1725,7 +1732,6 @@ body.ttrss_utility.share_popup .content {
/* Preferred icon size */
display: inline-block;
line-height: 1;
- color: #777;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;