?
Path : /home/admin/public_html/old/plugins/editors/jckeditor/fields/modals/js/typography/lib/ |
Current File : /home/admin/public_html/old/plugins/editors/jckeditor/fields/modals/js/typography/lib/dialog.css |
/*------------------------------------------------------------------------ # Copyright (C) 2005-2012 WebxSolution Ltd. All Rights Reserved. # @license - GPLv2.0 # Author: WebxSolution Ltd # Websites: http://www.webxsolution.com # Terms of Use: An extension that is derived from the JoomlaCK editor will only be allowed under the following conditions: http://joomlackeditor.com/terms-of-use # ------------------------------------------------------------------------*/ .CodeMirror-dialog { position: relative; } .CodeMirror-dialog > div { position: absolute; top: 0; left: 0; right: 0; background: white; border-bottom: 1px solid #eee; z-index: 15; padding: .1em .8em; overflow: hidden; color: #333; } .CodeMirror-dialog input { border: none; outline: none; background: transparent; width: 20em; color: inherit; font-family: monospace; }