diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-14 16:46:00 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-14 16:46:00 +0400 |
| commit | be95c9d252964bbf7b3bc5960ddd998fe75bdc3a (patch) | |
| tree | b2d19c499349dc8757726cc104da344064dc7b4b | |
| parent | 4128abee48fa992b8e25897a88b83bec18fb4455 (diff) | |
set feedtree text color (not sure about this)
| -rw-r--r-- | tt-rss.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css index 49cbb40d4..f5d5da1d4 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1045,6 +1045,7 @@ div.hl.active { padding : 2px 0px 2px; border-width : 1px; border-color : transparent; + color : #333; } #feedTree .dijitTreeNode { |