PHP Classes

File: modules/system/assets/ui/less/windex.variables.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/assets/ui/less/windex.variables.less   Download  
File: modules/system/assets/ui/less/windex.variables.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 1,281 bytes
 

Contents

Class file image Download
// // "Windex" Z-Index Window Manager // -------------------------------------------------- // // Z-Index frequencies: // // 0-100 - Primary layer (body / content) // 100-200 - Primary menus / dropdowns // // 300-400 - Secondary layer (full screen) // 400-500 - Secondary menus / dropdowns // // 500-600 - Tertiary layer (popups) // 600-700 - Tertiary menus / dropdowns // // 1000-10000 - Reserved for frequency manager // // 10000+ - Always on top // // // Z-Indexes // -------------------------------------------------- // Primary @zindex-filter: 10; @zindex-button: 10; @zindex-form: 10; @zindex-checkbox: 10; @zindex-breadcrumb: 10; @zindex-chart: 10; @zindex-tab: 10; @zindex-loader: 10; @zindex-navbar: 100; @zindex-navbar-fixed: 110; // Secondary @zindex-fullscreen: 300; // Tertiary @zindex-modal-background: 500; @zindex-modal: 600; @zindex-popover: 600; @zindex-dropdown: 600; // Always on top @zindex-inspector: 10000; @zindex-datepicker: 10100; @zindex-tooltip: 10200; @zindex-flashmessage: 10300; @zindex-select: 10400; @zindex-alert: 10500;