Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
pdpa /
src /
scss /
free /
forms /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
_form-check.scss
7.8
KB
-rwxr-xr-x
_form-control.scss
6.53
KB
-rwxr-xr-x
_form-file.scss
246
B
-rwxr-xr-x
_form-range.scss
965
B
-rwxr-xr-x
_form-select.scss
325
B
-rwxr-xr-x
_input-group.scss
2.72
KB
-rwxr-xr-x
_validation.scss
5.92
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _form-range.scss
// Range // // Style range inputs the same across browsers. Vendor-specific rules for pseudo // elements cannot be mixed. As such, there are no shared styles for focus or // active states on prefixed selectors. .form-range { &:focus { box-shadow: none; // Pseudo-elements must be split across multiple rulesets to have an effect. // No box-shadow() mixin for focus accessibility. &::-webkit-slider-thumb { box-shadow: none; } &::-moz-range-thumb { box-shadow: none; } &::-ms-thumb { box-shadow: none; } } &::-moz-focus-outer { border: 0; } &::-webkit-slider-thumb { margin-top: $form-range-webkit-slider-thumb-margin-top; // Webkit specific box-shadow: none; appearance: none; } &::-webkit-slider-runnable-track { height: $form-range-webkit-slider-runnable-track-height; border-radius: 0; } &::-moz-range-thumb { box-shadow: none; appearance: none; } }
Close