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

replace plugin.png with scalable icon

This commit is contained in:
Andrew Dolgov
2018-12-05 16:37:09 +03:00
parent 2dac797704
commit b16c57d29c
7 changed files with 36 additions and 11 deletions
+12 -2
View File
@@ -122,8 +122,18 @@ body.ttrss_prefs {
cursor : pointer;
}
table.prefPluginsList label {
white-space : nowrap;
table.prefPluginsList{
label {
white-space : nowrap;
}
i.plugin-enabled {
color : #69C671;
}
i.plugin-disabled {
color : #999;
}
}
table.prefPluginsList label img {