Set cursor to pointer on file table in edit mode

Always set cursor css property to cursor for anchor elements in file
table widget

Change-Id: I5c84da3ad1e4f9d1889e3a9bd79e89ceaeebde3d
Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
This commit is contained in:
Dariusz Luksza
2014-09-10 16:31:18 +02:00
parent 7607410ff6
commit 659cf98701

View File

@@ -40,6 +40,7 @@
}
.pathColumn a {
color: #000;
cursor: pointer;
}
.commonPrefix {
color: #888;