UNPKG

keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

43 lines (32 loc) 1.74 kB
@select-text-color: @text-color; @select-input-border-color: @input-border-color; @select-input-border-radius: @border-radius-base; @select-input-border-focus: @input-border-color-focus; @select-input-placeholder: #aaa; @select-padding-vertical: @padding-base-vertical; @select-padding-horizontal: @padding-base-horizontal; @select-arrow-color: @gray-light; @select-arrow-width: 5px; @select-menu-zindex: @zindex-dropdown; @select-menu-max-height: 200px; @select-option-color: lighten(@select-text-color, 20%); @select-option-focused-color: @select-text-color; @select-option-focused-bg: #f2f9fc; // pale blue @select-noresults-color: lighten(@select-text-color, 40%); @select-clear-color: @gray-light; @select-clear-hover-color: @app-danger; @select-item-border-radius: 2px; @select-item-gutter: 2px; @select-item-padding-vertical: 3px; @select-item-padding-horizontal: 5px; @select-item-font-size: 1em; @select-item-color: #08c; // pale blue @select-item-bg: #f2f9fc; @select-item-border-color: darken(@select-item-bg, 10%); @select-item-hover-color: darken(@select-item-color, 5%); // pale blue @select-item-hover-bg: darken(@select-item-bg, 5%); /* The path to react-select is dynamically detected by KeystoneJS */ @import "@{reactSelectPath}/less/select.less"; @import "../../../../fields/types/markdown/less/bootstrap-markdown.less"; /* The path to keystone-tinymce is dynamically detected by KeystoneJS */ @import "@{keystoneTinymcePath}/skin/skin.less";