PHP Classes

File: WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/js/tinymce/skins/lightgray/Slider.less

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/js/tinymce/skins/lightgray/Slider.less   Download  
File: WITheme/WICMS/admin/js/plugins/textEditor/tinymce_4.2.6_dev/tinymce/js/tinymce/skins/lightgray/Slider.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 505 bytes
 

Contents

Class file image Download
// Slider .@{prefix}-slider { .border-radius(3px); border: 1px solid @slider-border; background: @slider-bg; width: 100px; height: 10px; position: relative; display: block; } .@{prefix}-slider.@{prefix}-vertical { width: 10px; height: 100px; } .@{prefix}-slider-handle { .border-radius(3px); border: 1px solid @slider-handle-border; background: @slider-handle-bg; display: block; width: 13px; height: 13px; position: absolute; top: 0; left: 0; margin-left: -1px; margin-top: -2px; }