1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 02:17:10 +00:00

some more icon styling updates + user control panel

This commit is contained in:
Andrew Dolgov
2018-12-05 16:58:00 +03:00
parent f3e6e12d46
commit 8c5c762a85
8 changed files with 9 additions and 16 deletions

View File

@@ -416,6 +416,7 @@ body.ttrss_main span.hlLabelRef {
body.ttrss_main i.marked-pic,
body.ttrss_main i.pub-pic {
cursor: pointer;
color: #ccc;
}
body.ttrss_main div.tagCloudContainer {
background: white;
@@ -1486,9 +1487,6 @@ body.ttrss_prefs table.prefPluginsList label {
body.ttrss_prefs table.prefPluginsList i.plugin-enabled {
color: #69C671;
}
body.ttrss_prefs table.prefPluginsList i.plugin-disabled {
color: #999;
}
body.ttrss_prefs table.prefPluginsList label img {
vertical-align: middle;
}
@@ -1947,7 +1945,7 @@ body.ttrss_zoom div.post div.content pre {
/* Preferred icon size */
display: inline-block;
line-height: 1;
color: #ccc;
color: #999;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;