| Server IP : 185.143.233.238 / Your IP : 185.215.232.195 Web Server : nginx/1.22.1 System : Linux server2065 6.1.0-35-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.137-1 (2025-05-07) x86_64 User : www-data ( 33) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/shambazaar/wp-content/plugins/tablepress/admin/css/ |
Upload File : |
/**
* CSS code for the CodeMirror editor for the "Custom CSS" on the "Plugin Options" screen.
*
* @package TablePress
* @subpackage Views CSS
* @author Tobias Bäthge
* @since 1.7.0
*/
.CodeMirror {
height: 100px;
&.large {
height: 500px;
resize: both; /* Allow resizing of the enlarged text field only to reduce confusion when resize on click is applied. */
z-index: 0; /* Necessary to prevent the resizer from being hidden when height is reduced. */
}
&-scroll {
border: 1px solid #ddd;
height: calc(100% - 2px);
padding-bottom: 0;
margin-right: 0;
.CodeMirror-sizer {
border-right-width: 0 !important;
}
}
&.disabled .CodeMirror-scroll {
background-color: #eeeeee;
}
}