LeftBar Plugin Icon update

Ryan Blenis committed Nov 9, 2019 at 17:26 UTC 06cbf939342b41c02fbbad6e464c05732175cb29
3 files changed +12
public/images/leftbar-64.png
Binary files a/public/images/leftbar-64.png and b/public/images/leftbar-64.png differ
public/styles/style.css
+11
@@ -1295,6 +1295,17 @@ a {
1295 left: 6px;
1296 }
1297
1298 +.lb7 {
1299 + background: url(../images/leftbar-64.png) -382px -2px;
1300 + height: 62px;
1301 + width: 62px;
1302 + cursor: pointer;
1303 + border: none;
1304 + position: absolute;
1305 + top: 6px;
1306 + left: 6px;
1307 +}
1308 +
1309 .m0 {
1310 background: url(../images/images16.png) -32px 0px;
1311 height: 16px;
views/default.handlebars
+1
@@ -1360,6 +1360,7 @@
1360 QV('MainMenuMyFiles', siteRights & 8);
1361 QV('LeftMenuMyFiles', siteRights & 8);
1362 QV('MainMenuMyPlugins', (pluginHandler != null));
1363 + QV('LeftMenuMyPlugins', (pluginHandler != null));
1364 if (((siteRights & 8) == 0) && (xxcurrentView == 5)) { setDialogMode(0); go(1); }
1365 if (currentNode != null) { gotoDevice(currentNode._id, xxcurrentView, true); }
1366