Pointer cursor for sections in IE10

IE10 displayed a text cursor for tray and help section. Added cursor:
pointer; to make sure a pointer cursor is displayed.
This commit is contained in:
bjarnef
2015-02-05 03:31:41 +01:00
parent 83840ba6dd
commit a721f6836f

View File

@@ -43,6 +43,7 @@ ul.sections li a {
width: 100%;
height: 100%;
margin: 0 0 0 -4px;
cursor: pointer; // make sure IE10 displays pointer cursor for expand and help sections.
}
ul.sections a span {