/** * Admin YITH WooCommerce Wishlist CSS * * @author Your Inspiration Themes * @package YITH WooCommerce Wishlist * @version 1.1.5 */ #yith_wcwl_styles .color_box { border: 1px solid #CCC; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px 6px; float: left; width: 250px; margin: 0 10px 0 0; } #yith_wcwl_styles .color_box strong { text-align: left; display: block; padding: 0 0 2px; font-size: .92em; } #yith_wcwl_styles .color_box strong img { float: right; margin: 1px 0 0 0; } #yith_wcwl_styles .color_box input { width: 100%; margin: 0; font-family: monospace; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #yith_wcwl_styles .color_box .colorpickdiv { z-index: 100; background: #EEE; border: 1px solid #CCC; position: absolute; display: none; }