1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

css: add feed loading indicator position hack

This commit is contained in:
Andrew Dolgov 2013-07-11 15:44:54 +04:00
parent 4f00f55ca2
commit ab25a80644

View File

@ -1147,3 +1147,7 @@ body#ttrssPrefs hr {
text-shadow : 1px 1px 2px #fff;
}
#feedTree img[src*='indicator_white.gif'] {
position : relative;
top : -2px;
}