Skip to content

Commit 58423bf

Browse files
committed
CSS on a tags in fileManager now have pointer
As I'm no longer setting "#" on the href tag (was snapping to top of iframe)
1 parent aae759c commit 58423bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/files.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body {margin: 0; overflow: auto}
3030
}
3131

3232
.fileManager span {font-family: helvetica, arial, swiss, verdana}
33-
.fileManager a {color: #eee; text-decoration: none}
33+
.fileManager a {color: #eee; text-decoration: none; cursor: pointer}
3434
.fileManager .pft-directory, .fileManager .pft-file {list-style-image: url(../images/blank.gif)}
3535
.fileManager ul, .fileManager li {margin-left: 15px}
3636

0 commit comments

Comments
 (0)