diff options
Diffstat (limited to 'xP')
-rw-r--r-- | xP/public/xP.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css index e8b28f2..bdd355e 100644 --- a/xP/public/xP.css +++ b/xP/public/xP.css @@ -120,6 +120,9 @@ button:hover:active { .item.activity { font-weight: bold; } +.item:hover { + background: #f8f8f8; +} .item.current { font-style: italic; background: #eee; |