mirror of
https://github.com/unraid/webgui.git
synced 2026-03-15 23:41:29 -05:00
css corrections
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user