css corrections

This commit is contained in:
bergware
2018-08-22 23:10:30 +02:00
parent bde4e5b225
commit dcf9a8383e
2 changed files with 2 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ foreach ($arrSyslinuxCfg as &$strSyslinuxCfg) {
body { -webkit-overflow-scrolling: touch;}
.errortext{color:#EF3D47;display:none;}
.fileTree {
background:transparent;
background:#808080;
width: 305px;
max-height: 150px;
overflow-y: scroll;

View File

@@ -80,6 +80,7 @@ if (!empty($_GET['uuid'])) {
<style type="text/css">
body { -webkit-overflow-scrolling: touch;}
.fileTree {
background:#808080;
width: 305px;
max-height: 150px;
overflow-y: scroll;