🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 19:34:07 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
sass
/
backend
/
options
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/sass/backend/options
🔄 Refresh
✏️
Editing: textarea.scss
Writable
.ct-option-textarea { textarea { width: 100%; min-height: 80px; padding: 4px 8px; font-size: 14px; border-radius: var(--ui-border-radius, 3px); border-color: var(--optionBorderColor, #ddd); transition: box-shadow 0.1s linear, border-color 0.1s linear; &:hover { border-color: #0e8ecc; } &:focus { border-color: #0e8ecc; box-shadow: 0 0 0 1px #0e8ecc; } } &:not([data-resize]) textarea { resize: none; } &[data-resize="resize-y"] textarea { resize: vertical; } }
💾 Save Changes
❌ Cancel