1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02: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;