force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
43
ControlPanel/themes/MasterControlProgram/modules/ftp/main.css
Executable file
43
ControlPanel/themes/MasterControlProgram/modules/ftp/main.css
Executable file
|
|
@ -0,0 +1,43 @@
|
|||
html,
|
||||
body {
|
||||
background: transparent !important;
|
||||
color: #fff;
|
||||
}
|
||||
body,
|
||||
.title {
|
||||
display: none;
|
||||
}
|
||||
td {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
#StatusbarForm {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
i.fa.fa-folder-open-o {
|
||||
color: #ffe699;
|
||||
}
|
||||
|
||||
h1 {
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
border-bottom: none !important;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.table:not(.inner-table) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.alert {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.table-striped>tbody>tr:nth-of-type(odd) {
|
||||
background-color: rgba(26, 28, 34, 0.2) !important;
|
||||
}
|
||||
.table-striped>tbody>tr:nth-of-type(even) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue