1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 10:21:28 +00:00

style feed icon and opml file upload controls

This commit is contained in:
Andrew Dolgov
2017-12-03 22:35:12 +03:00
parent 229c139c6a
commit 5f5b0de423
4 changed files with 32 additions and 9 deletions

View File

@@ -1102,6 +1102,16 @@ body.ttrss_main {
#editTagsDlg{
overflow: visible;
}
#feedEditDlg img.feedIcon {
border : 1px solid #ccc;
padding : 5px;
margin : 5px;
max-width : 20px;
max-height : 20px;
height : auto;
width : auto;
}
}