PHP Classes

File: public/assets/less/default/plugins/_jquery_simple_colorpicker.less

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/assets/less/default/plugins/_jquery_simple_colorpicker.less   Download  
File: public/assets/less/default/plugins/_jquery_simple_colorpicker.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 594 bytes
 

Contents

Class file image Download
/* Plugin - jQuery Simple Colorpicker */ .simplecolorpicker { z-index: 1010 !important; } .simplecolorpicker.icon, .simplecolorpicker span.color { border-radius: 4px; width: 19px; } .simplecolorpicker.fontawesome span.color[data-selected]:after { display: block; text-align: center; } .simplecolorpicker.glyphicons span.color[data-selected]:after { content: '\f00c' !important; margin-left: 2px !important; top: 0 !important; } .simplecolorpicker span.color:focus, .simplecolorpicker.icon:focus { outline: none !important; } .simplecolorpicker.inline { padding: 5px 0 0 !important; }