1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-20 15:15:27 +00:00

fix cursor type for selected prefsTab

This commit is contained in:
Andrew Dolgov
2006-10-01 10:49:30 +01:00
parent f407c08674
commit 10b443bd59

View File

@@ -501,6 +501,10 @@ div.prefsTab:hover {
cursor : pointer;
}
div.prefsTabSelected:hover {
cursor : pointer;
}
div.prefsTab {
float : left;
border-width : 1px 1px 0px 1px;