summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 16:37:09 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 16:37:09 +0300
commitb16c57d29c1aa304716ae524cdc74a957a50763c (patch)
tree959236a79d55246387886ae88792f4ca907577c1 /themes/night.css
parent2dac797704dcdc0293a7989c56cbb86be7a7dfde (diff)
replace plugin.png with scalable icon
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 65a8fd468..27f3af758 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1484,6 +1484,12 @@ body.ttrss_prefs table.prefUserList td {
body.ttrss_prefs table.prefPluginsList label {
white-space: nowrap;
}
+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;
}
@@ -1934,7 +1940,7 @@ body.ttrss_zoom div.post div.content pre {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
- font-size: 24px;
+ font-size: 18px;
/* Preferred icon size */
display: inline-block;
line-height: 1;
@@ -1943,6 +1949,7 @@ body.ttrss_zoom div.post div.content pre {
word-wrap: normal;
white-space: nowrap;
direction: ltr;
+ vertical-align: middle;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */