fix: remove php in page css file

This commit is contained in:
Zack Spear
2024-05-31 12:19:20 -07:00
parent 87b5343934
commit 314aeb7356
11 changed files with 15 additions and 4 deletions

5
.gitignore vendored
View File

@@ -68,3 +68,8 @@ emhttp/plugins/dynamix.my.servers/unraid-components/index.html
# development scripts
.dev-scripts/
emhttp/plugins/dynamix/sheets/node_modules/
emhttp/plugins/dynamix/sheets/.prettierignore
emhttp/plugins/dynamix/sheets/.prettierrc
emhttp/plugins/dynamix/sheets/package-lock.json
emhttp/plugins/dynamix/sheets/package.json

View File

@@ -12,7 +12,7 @@ table.tablesorter.indexer thead th:nth-child(2){width:3%!important}
table.tablesorter.indexer thead th:nth-child(3){width:auto!important}
table.tablesorter.indexer thead th:nth-child(n+4){width:10%!important}
table.tablesorter.indexer thead th:nth-child(9){width:3%!important}
table.tablesorter.indexer tbody tr:hover td{background-color:<?=$dfm['hover']?>}
/* table.tablesorter.indexer tbody tr:hover td{background-color:<?=$dfm['hover']?>} */
table.tablesorter.indexer thead th{text-align:left}
table.tablesorter.indexer tbody td{text-align:left}
table.tablesorter.indexer thead th:last-child{text-align:right}
@@ -21,6 +21,5 @@ i[id^="row_"],i[id^="check_"]{cursor:pointer;font-size:1.8rem;color:gray}
td[id^="name_"]{cursor:pointer}
i.fa-home{font-size:2rem}
i.fa-chevron-right{font-size:1.2rem;margin:0 8px}
div.autoheight{width:100%;overflow-y:auto;margin-top:<?=$themes1?'-30px':'0'?>}
div#buttons{display:none}
.dropdown-menu{z-index:10001}

View File

@@ -5,3 +5,4 @@ input.dfm_filter:focus{background-color:#f2f2f2}
input#dfm_target{color:#1c1c1c;width:500px}
input#dfm_target+.fileTree{background:#f2f2f2;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none}
i.dfm_filter{margin-top:-4px}
div.autoheight{width:100%;overflow-y:auto;margin-top:0}

View File

@@ -5,3 +5,4 @@ input.dfm_filter:focus{background-color:#1c1c1c}
input#dfm_target{color:#f2f2f2;width:500px}
input#dfm_target+.fileTree{background:#1c1c1c;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none}
i.dfm_filter{margin-top:-2px}
div.autoheight{width:100%;overflow-y:auto;margin-top: -30px}

View File

@@ -3,5 +3,6 @@ span.dfm_filter i{position:absolute;left:10px;top:8px;font-size:1.4rem}
input.dfm_filter{border:none;width:100px;background-color:#121510;margin:-8px 0 0 0;padding-left:30px}
input.dfm_filter:focus{background-color:#121510}
input#dfm_target{color:#f2f2f2;width:500px}
input#dfm_target+.fileTree{background:<#1c1c1c;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none}
input#dfm_target+.fileTree{background:#1c1c1c;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none}
i.dfm_filter{margin-top:-4px}
div.autoheight{width:100%;overflow-y:auto;margin-top:0}

View File

@@ -5,3 +5,4 @@ input.dfm_filter:focus{background-color:#f2f2f2}
input#dfm_target{color:#1c1c1c;width:500px}
input#dfm_target+.fileTree{background:#f2f2f2;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none}
i.dfm_filter{margin-top:-2px}
div.autoheight{width:100%;overflow-y:auto;margin-top: -30px}

View File

@@ -1 +1,2 @@
span#dropbox{border:1px solid #606E7F;border-radius:5px;background:#EDEAEF;padding:28px 12px;line-height:72px;margin-right:16px}
.usage-disk.sys{display:inline-block;width:10rem;top:1.2rem;margin-left:12px;border-radius:4px}

View File

@@ -1 +1,2 @@
span#dropbox{border:1px solid #f2f2f2;border-radius:5px;background:#262626;padding:28px 12px;line-height:72px;margin-right:16px}
.usage-disk.sys{display:inline-block;width:10rem;top:.2rem;margin-left:12px;border-radius:4px}

View File

@@ -1 +1,2 @@
span#dropbox{border:1px solid #606E7F;border-radius:5px;background:#121510;padding:28px 12px;line-height:72px;margin-right:16px}
.usage-disk.sys{display:inline-block;width:10rem;top:1.2rem;margin-left:12px;border-radius:4px}

View File

@@ -1 +1,2 @@
span#dropbox{border:1px solid #1c1c1c;border-radius:5px;background:#e8e8e8;padding:28px 12px;line-height:72px;margin-right:16px}
.usage-disk.sys{display:inline-block;width:10rem;top:.2rem;margin-left:12px;border-radius:4px}

View File

@@ -1,3 +1,2 @@
i.top{position:absolute;padding-top:4px;cursor:pointer}
i#showPass.checked{opacity:0.5}
.usage-disk.sys{display:inline-block;width:10rem;top:<?=$themes2?'1.2':'.2'?>rem;margin-left:12px;border-radius:4px}