Server IP : 66.29.132.124 / Your IP : 3.139.86.53 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/public/libs/ckeditor4/plugins/colordialog/dialogs/ |
Upload File : |
/** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .cke_colordialog_colorcell { width: 12px; /* All cells have equal width which depends on parent width (in this case table parent). Width works more like max-width. */ height: 14px; padding: 1px; /* Padding is replaced by border for focused cells. Prevents 'jumping' when adding borders. */ } .cke_colordialog_colorcell.cke_colordialog_focused_light, .cke_colordialog_colorcell.cke_colordialog_focused_dark { padding: 0; /* Shrink cell to allow 1px border indicating focus. */ border: 1px dotted #000; } .cke_colordialog_colorcell.cke_colordialog_focused_dark { border-color: #FFF; }