diff --git a/browser/app/less/inc/list.less b/browser/app/less/inc/list.less
index cd9ad179b..7371539e3 100644
--- a/browser/app/less/inc/list.less
+++ b/browser/app/less/inc/list.less
@@ -109,7 +109,15 @@ div.fesl-row {
/*--------------------------
Icons
----------------------------*/
- &[data-type=folder] { .list-type(#a1d6dd, '\f114'); }
+ &[data-type=folder] {
+ .list-type(#a1d6dd, '\f114');
+
+ .fesl-item-name {
+ a {
+ cursor: pointer;
+ }
+ }
+ }
&[data-type=pdf] {.list-type(#fa7775, '\f1c1'); }
&[data-type=zip] { .list-type(#427089, '\f1c6'); }
&[data-type=audio] { .list-type(#009688, '\f1c7'); }
diff --git a/browser/ui-assets.go b/browser/ui-assets.go
index 9c8c6eaae..db40ef02b 100644
--- a/browser/ui-assets.go
+++ b/browser/ui-assets.go
@@ -4,7 +4,7 @@
// production/favicon.ico
// production/firefox.png
// production/index.html
-// production/index_bundle-2018-09-03T07-40-35Z.js
+// production/index_bundle-2018-09-06T17-04-01Z.js
// production/loader.css
// production/logo.svg
// production/safari.png
@@ -14,7 +14,6 @@ package browser
import (
"fmt"
- "github.com/elazarl/go-bindata-assetfs"
"io/ioutil"
"os"
"path/filepath"
@@ -65,7 +64,7 @@ func productionChromePng() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/chrome.png", size: 3726, mode: os.FileMode(420), modTime: time.Unix(1535960452, 0)}
+ info := bindataFileInfo{name: "production/chrome.png", size: 3726, mode: os.FileMode(420), modTime: time.Unix(1536253456, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -82,7 +81,7 @@ func productionFaviconIco() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/favicon.ico", size: 501, mode: os.FileMode(420), modTime: time.Unix(1535960452, 0)}
+ info := bindataFileInfo{name: "production/favicon.ico", size: 501, mode: os.FileMode(420), modTime: time.Unix(1536253456, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -99,7 +98,7 @@ func productionFirefoxPng() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/firefox.png", size: 4795, mode: os.FileMode(420), modTime: time.Unix(1535960452, 0)}
+ info := bindataFileInfo{name: "production/firefox.png", size: 4795, mode: os.FileMode(420), modTime: time.Unix(1536253456, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -156,8 +155,8 @@ var _productionIndexHTML = []byte(`
-
-
+
+