| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/styles/compatibility/ |
Upload File : |
// ----------------------------------------------------------------------------
// GX-Admin Stylesheet - JavaScript Extensions
//
// This script contains UI styling for the JavaScript engine extensions. If the module
// does something specific that needs extra styling then the style rules must be placed
// in this file.
//
// All the styling included in this file will be applied to the children of
// an element containing the ".gx-container" class.
//
// @since v2.3.1.0
// ----------------------------------------------------------------------------
.gx-container {
// --------------------------------------------------------------------------
// VALIDATOR COMPONENT
// --------------------------------------------------------------------------
.validate.error {
border: 1px solid $danger-color;
}
.validate.valid {
border: 1px solid $success-color;
}
}