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

inline feed editor improvements

This commit is contained in:
Andrew Dolgov
2005-08-26 08:05:16 +01:00
parent 603c27f828
commit 9b30724847
2 changed files with 25 additions and 2 deletions

View File

@@ -184,6 +184,15 @@ table.main td.notify {
}
.evenGrayed {
background-color : #f0f0f0;
color : #909090;
}
.oddGrayed {
color : #909090;
}
.even {
background-color : #f0f0f0;
}