upskill-event-manager/assets/css/builder-scrollbars.css
Ben Reed cdc5ea85f4 feat: Add comprehensive CSS, JavaScript and theme asset infrastructure
Add massive collection of CSS, JavaScript and theme assets that were previously excluded:

**CSS Files (681 total):**
- HVAC plugin-specific styles (hvac-*.css): 34 files including dashboard, certificates, registration, mobile nav, accessibility fixes, animations, and welcome popup
- Theme framework files (Astra, builder systems, layouts): 200+ files
- Plugin compatibility styles (WooCommerce, WPForms, Elementor, Contact Form 7): 150+ files
- WordPress core and editor styles: 50+ files
- Responsive and RTL language support: 200+ files

**JavaScript Files (400+ total):**
- HVAC plugin functionality (hvac-*.js): 27 files including menu systems, dashboard enhancements, profile sharing, mobile responsive features, accessibility, and animations
- Framework and library files: jQuery plugins, GSAP, AOS, Swiper, Chart.js, Lottie, Isotope
- Plugin compatibility scripts: WPForms, WooCommerce, Elementor, Contact Form 7, LifterLMS
- WordPress core functionality: customizer, admin, block editor compatibility
- Third-party integrations: Stripe, SMTP, analytics, search functionality

**Assets:**
- Certificate background images and logos
- Comprehensive theme styling infrastructure
- Mobile-responsive design systems
- Cross-browser compatibility assets
- Performance-optimized minified versions

**Updated .gitignore:**
- Fixed asset directory whitelisting patterns to properly include CSS/JS/images
- Added proper directory structure recognition (!/assets/css/, !/assets/js/, etc.)
- Maintains security by excluding sensitive files while including essential assets

This commit provides the complete frontend infrastructure needed for:
- Full theme functionality and styling
- Plugin feature implementations
- Mobile responsiveness and accessibility
- Cross-browser compatibility
- Performance optimization
- Developer workflow support
2025-08-11 16:20:31 -03:00

394 lines
16 KiB
CSS

textarea::-webkit-scrollbar,
.wpforms-panel-content-wrap::-webkit-scrollbar,
.wpforms-panels-toggle::-webkit-scrollbar,
.smart-tags-list::-webkit-scrollbar,
.smart-tags-list-display::-webkit-scrollbar,
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar,
#wpforms-builder-help::-webkit-scrollbar,
.wpforms-scrollbar-compact::-webkit-scrollbar {
background: transparent;
width: 15px;
height: 15px;
}
textarea::-webkit-scrollbar-track,
.wpforms-panel-content-wrap::-webkit-scrollbar-track,
.wpforms-panels-toggle::-webkit-scrollbar-track,
.smart-tags-list::-webkit-scrollbar-track,
.smart-tags-list-display::-webkit-scrollbar-track,
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar-track,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar-track,
#wpforms-builder-help::-webkit-scrollbar-track,
.wpforms-scrollbar-compact::-webkit-scrollbar-track {
background: transparent;
}
textarea::-webkit-scrollbar-thumb,
.wpforms-panel-content-wrap::-webkit-scrollbar-thumb,
.wpforms-panels-toggle::-webkit-scrollbar-thumb,
.smart-tags-list::-webkit-scrollbar-thumb,
.smart-tags-list-display::-webkit-scrollbar-thumb,
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar-thumb,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar-thumb,
#wpforms-builder-help::-webkit-scrollbar-thumb,
.wpforms-scrollbar-compact::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0);
background: transparent;
border-radius: 15px;
border: solid 4px transparent;
}
textarea::-webkit-resizer, textarea::-webkit-scrollbar-button, textarea::-webkit-scrollbar-corner,
.wpforms-panel-content-wrap::-webkit-resizer,
.wpforms-panel-content-wrap::-webkit-scrollbar-button,
.wpforms-panel-content-wrap::-webkit-scrollbar-corner,
.wpforms-panels-toggle::-webkit-resizer,
.wpforms-panels-toggle::-webkit-scrollbar-button,
.wpforms-panels-toggle::-webkit-scrollbar-corner,
.smart-tags-list::-webkit-resizer,
.smart-tags-list::-webkit-scrollbar-button,
.smart-tags-list::-webkit-scrollbar-corner,
.smart-tags-list-display::-webkit-resizer,
.smart-tags-list-display::-webkit-scrollbar-button,
.smart-tags-list-display::-webkit-scrollbar-corner,
#wpforms-panel-fields .wpforms-tab-content::-webkit-resizer,
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar-button,
#wpforms-panel-fields .wpforms-tab-content::-webkit-scrollbar-corner,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-resizer,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar-button,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar::-webkit-scrollbar-corner,
#wpforms-builder-help::-webkit-resizer,
#wpforms-builder-help::-webkit-scrollbar-button,
#wpforms-builder-help::-webkit-scrollbar-corner,
.wpforms-scrollbar-compact::-webkit-resizer,
.wpforms-scrollbar-compact::-webkit-scrollbar-button,
.wpforms-scrollbar-compact::-webkit-scrollbar-corner {
display: none;
}
@-moz-document url-prefix() {
textarea,
.wpforms-panel-content-wrap,
.wpforms-panels-toggle,
.smart-tags-list,
.smart-tags-list-display,
#wpforms-panel-fields .wpforms-tab-content,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar,
#wpforms-builder-help,
.wpforms-scrollbar-compact {
scrollbar-color: rgba(0, 0, 0, 0) transparent;
scrollbar-gutter: initial !important;
scrollbar-width: thin;
}
}
textarea:hover::-webkit-scrollbar, textarea:focus::-webkit-scrollbar,
.wpforms-panel-content-wrap:hover::-webkit-scrollbar,
.wpforms-panel-content-wrap:focus::-webkit-scrollbar,
.wpforms-panels-toggle:hover::-webkit-scrollbar,
.wpforms-panels-toggle:focus::-webkit-scrollbar,
.smart-tags-list:hover::-webkit-scrollbar,
.smart-tags-list:focus::-webkit-scrollbar,
.smart-tags-list-display:hover::-webkit-scrollbar,
.smart-tags-list-display:focus::-webkit-scrollbar,
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar,
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar,
#wpforms-builder-help:hover::-webkit-scrollbar,
#wpforms-builder-help:focus::-webkit-scrollbar,
.wpforms-scrollbar-compact:hover::-webkit-scrollbar,
.wpforms-scrollbar-compact:focus::-webkit-scrollbar {
background: transparent;
width: 15px;
height: 15px;
}
textarea:hover::-webkit-scrollbar-track, textarea:focus::-webkit-scrollbar-track,
.wpforms-panel-content-wrap:hover::-webkit-scrollbar-track,
.wpforms-panel-content-wrap:focus::-webkit-scrollbar-track,
.wpforms-panels-toggle:hover::-webkit-scrollbar-track,
.wpforms-panels-toggle:focus::-webkit-scrollbar-track,
.smart-tags-list:hover::-webkit-scrollbar-track,
.smart-tags-list:focus::-webkit-scrollbar-track,
.smart-tags-list-display:hover::-webkit-scrollbar-track,
.smart-tags-list-display:focus::-webkit-scrollbar-track,
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar-track,
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar-track,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar-track,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar-track,
#wpforms-builder-help:hover::-webkit-scrollbar-track,
#wpforms-builder-help:focus::-webkit-scrollbar-track,
.wpforms-scrollbar-compact:hover::-webkit-scrollbar-track,
.wpforms-scrollbar-compact:focus::-webkit-scrollbar-track {
background: transparent;
}
textarea:hover::-webkit-scrollbar-thumb, textarea:focus::-webkit-scrollbar-thumb,
.wpforms-panel-content-wrap:hover::-webkit-scrollbar-thumb,
.wpforms-panel-content-wrap:focus::-webkit-scrollbar-thumb,
.wpforms-panels-toggle:hover::-webkit-scrollbar-thumb,
.wpforms-panels-toggle:focus::-webkit-scrollbar-thumb,
.smart-tags-list:hover::-webkit-scrollbar-thumb,
.smart-tags-list:focus::-webkit-scrollbar-thumb,
.smart-tags-list-display:hover::-webkit-scrollbar-thumb,
.smart-tags-list-display:focus::-webkit-scrollbar-thumb,
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar-thumb,
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar-thumb,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar-thumb,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar-thumb,
#wpforms-builder-help:hover::-webkit-scrollbar-thumb,
#wpforms-builder-help:focus::-webkit-scrollbar-thumb,
.wpforms-scrollbar-compact:hover::-webkit-scrollbar-thumb,
.wpforms-scrollbar-compact:focus::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.5);
background: transparent;
border-radius: 15px;
border: solid 4px transparent;
}
textarea:hover::-webkit-resizer, textarea:hover::-webkit-scrollbar-button, textarea:hover::-webkit-scrollbar-corner, textarea:focus::-webkit-resizer, textarea:focus::-webkit-scrollbar-button, textarea:focus::-webkit-scrollbar-corner,
.wpforms-panel-content-wrap:hover::-webkit-resizer,
.wpforms-panel-content-wrap:hover::-webkit-scrollbar-button,
.wpforms-panel-content-wrap:hover::-webkit-scrollbar-corner,
.wpforms-panel-content-wrap:focus::-webkit-resizer,
.wpforms-panel-content-wrap:focus::-webkit-scrollbar-button,
.wpforms-panel-content-wrap:focus::-webkit-scrollbar-corner,
.wpforms-panels-toggle:hover::-webkit-resizer,
.wpforms-panels-toggle:hover::-webkit-scrollbar-button,
.wpforms-panels-toggle:hover::-webkit-scrollbar-corner,
.wpforms-panels-toggle:focus::-webkit-resizer,
.wpforms-panels-toggle:focus::-webkit-scrollbar-button,
.wpforms-panels-toggle:focus::-webkit-scrollbar-corner,
.smart-tags-list:hover::-webkit-resizer,
.smart-tags-list:hover::-webkit-scrollbar-button,
.smart-tags-list:hover::-webkit-scrollbar-corner,
.smart-tags-list:focus::-webkit-resizer,
.smart-tags-list:focus::-webkit-scrollbar-button,
.smart-tags-list:focus::-webkit-scrollbar-corner,
.smart-tags-list-display:hover::-webkit-resizer,
.smart-tags-list-display:hover::-webkit-scrollbar-button,
.smart-tags-list-display:hover::-webkit-scrollbar-corner,
.smart-tags-list-display:focus::-webkit-resizer,
.smart-tags-list-display:focus::-webkit-scrollbar-button,
.smart-tags-list-display:focus::-webkit-scrollbar-corner,
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-resizer,
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar-button,
#wpforms-panel-fields .wpforms-tab-content:hover::-webkit-scrollbar-corner,
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-resizer,
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar-button,
#wpforms-panel-fields .wpforms-tab-content:focus::-webkit-scrollbar-corner,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-resizer,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar-button,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover::-webkit-scrollbar-corner,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-resizer,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar-button,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus::-webkit-scrollbar-corner,
#wpforms-builder-help:hover::-webkit-resizer,
#wpforms-builder-help:hover::-webkit-scrollbar-button,
#wpforms-builder-help:hover::-webkit-scrollbar-corner,
#wpforms-builder-help:focus::-webkit-resizer,
#wpforms-builder-help:focus::-webkit-scrollbar-button,
#wpforms-builder-help:focus::-webkit-scrollbar-corner,
.wpforms-scrollbar-compact:hover::-webkit-resizer,
.wpforms-scrollbar-compact:hover::-webkit-scrollbar-button,
.wpforms-scrollbar-compact:hover::-webkit-scrollbar-corner,
.wpforms-scrollbar-compact:focus::-webkit-resizer,
.wpforms-scrollbar-compact:focus::-webkit-scrollbar-button,
.wpforms-scrollbar-compact:focus::-webkit-scrollbar-corner {
display: none;
}
@-moz-document url-prefix() {
textarea:hover, textarea:focus,
.wpforms-panel-content-wrap:hover,
.wpforms-panel-content-wrap:focus,
.wpforms-panels-toggle:hover,
.wpforms-panels-toggle:focus,
.smart-tags-list:hover,
.smart-tags-list:focus,
.smart-tags-list-display:hover,
.smart-tags-list-display:focus,
#wpforms-panel-fields .wpforms-tab-content:hover,
#wpforms-panel-fields .wpforms-tab-content:focus,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:hover,
.wpforms-panel:not(#wpforms-panel-fields) .wpforms-panel-sidebar:focus,
#wpforms-builder-help:hover,
#wpforms-builder-help:focus,
.wpforms-scrollbar-compact:hover,
.wpforms-scrollbar-compact:focus {
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
scrollbar-gutter: initial !important;
scrollbar-width: thin;
}
}
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content {
scrollbar-gutter: stable;
}
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content.wpforms-add-fields,
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content .wpforms-field-option-group-inner,
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content .wpforms-field-option-field-title-notice {
padding-right: 6px;
}
.wpforms-panel .wpforms-panel-sidebar-content .wpforms-panel-content-wrap {
scroll-behavior: smooth;
scrollbar-gutter: stable;
padding-right: 16px;
}
.wpforms-builder-dropdown-list ul::-webkit-scrollbar {
background: transparent;
width: 4px;
height: 4px;
}
.wpforms-builder-dropdown-list ul::-webkit-scrollbar-track {
background: transparent;
}
.wpforms-builder-dropdown-list ul::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0);
background: transparent;
border-radius: 4px;
border: solid -1px transparent;
}
.wpforms-builder-dropdown-list ul::-webkit-resizer, .wpforms-builder-dropdown-list ul::-webkit-scrollbar-button, .wpforms-builder-dropdown-list ul::-webkit-scrollbar-corner {
display: none;
}
@-moz-document url-prefix() {
.wpforms-builder-dropdown-list ul {
scrollbar-color: rgba(0, 0, 0, 0) transparent;
scrollbar-gutter: initial !important;
scrollbar-width: thin;
}
}
.wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar {
background: transparent;
width: 4px;
height: 4px;
}
.wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar-track {
background: transparent;
}
.wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.5);
background: transparent;
border-radius: 4px;
border: solid -1px transparent;
}
.wpforms-builder-dropdown-list ul:hover::-webkit-resizer, .wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar-button, .wpforms-builder-dropdown-list ul:hover::-webkit-scrollbar-corner {
display: none;
}
@-moz-document url-prefix() {
.wpforms-builder-dropdown-list ul:hover {
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
scrollbar-gutter: initial !important;
scrollbar-width: thin;
}
}
@-moz-document url-prefix() {
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content.wpforms-add-fields,
#wpforms-panel-fields .wpforms-panel-sidebar-content .wpforms-tab-content .wpforms-field-option-group-inner {
padding-right: 20px !important;
}
.wpforms-panel .wpforms-panel-sidebar-content .wpforms-panel-content-wrap {
padding-right: 30px !important;
}
}
/* Focus Management Styles - WCAG 2.1 Compliance */
/* Added for keyboard accessibility and screen reader support */
/* Button Focus Styles */
.hvac-button:focus,
.hvac-content .button:focus,
.hvac-content button:focus,
.hvac-content input[type="submit"]:focus,
.hvac-email-submit:focus,
.hvac-filter-submit:focus,
.hvac-certificate-actions button:focus,
.hvac-certificate-actions a:focus {
outline: 2px solid #005fcc;
outline-offset: 2px;
box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.2);
border-radius: 4px;
}
/* Input Focus Styles */
.hvac-form-input:focus,
.hvac-content input[type="text"]:focus,
.hvac-content input[type="email"]:focus,
.hvac-content input[type="password"]:focus,
.hvac-content input[type="url"]:focus,
.hvac-content textarea:focus,
.hvac-content select:focus,
.hvac-email-form-row input:focus,
.hvac-email-form-row textarea:focus,
.hvac-filter-group input:focus,
.hvac-filter-group select:focus {
outline: 2px solid #005fcc;
outline-offset: 2px;
border-color: #005fcc;
box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.2);
}
/* Link Focus Styles */
.hvac-content a:focus,
.hvac-event-link:focus,
.hvac-certificate-link:focus,
.hvac-attendee-profile-icon:focus,
.hvac-dashboard-nav a:focus,
.hvac-email-navigation a:focus {
outline: 2px solid #005fcc;
outline-offset: 2px;
text-decoration: underline;
background-color: rgba(0, 95, 204, 0.1);
border-radius: 2px;
}
/* Interactive Element Focus Styles */
.hvac-attendee-checkbox:focus,
.hvac-select-all-container input[type="checkbox"]:focus,
.hvac-modal-close:focus,
.hvac-certificate-table tr:focus {
outline: 2px solid #005fcc;
outline-offset: 2px;
box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.2);
}
/* High Contrast Mode Support */
@media (prefers-contrast: high) {
.hvac-content *:focus {
outline: 3px solid #000000;
outline-offset: 2px;
background-color: #ffff00;
color: #000000;
}
}
/* Focus-visible polyfill support */
/* Reset focus for mouse users while preserving keyboard accessibility */
.js-focus-visible :focus:not(.focus-visible) {
outline: none;
box-shadow: none;
}
/* Ensure focus is visible for keyboard users */
.js-focus-visible .focus-visible {
outline: 2px solid #005fcc;
outline-offset: 2px;
}