1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 08:29:14 +00:00

tweak selected feed display a bit

This commit is contained in:
Andrew Dolgov
2014-12-05 00:29:54 +03:00
parent 9fd581336e
commit bd07626826
2 changed files with 5 additions and 1 deletions

View File

@@ -93,6 +93,10 @@
background : white;
}
.claro #feedTree.dijitTree .dijitTreeRowSelected {
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
}
.claro .dijitTree .dijitTreeRowHover {
background : #f0f0f0;
border-color : #ddd;