1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +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

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 {