| Server IP : 165.22.154.248 / Your IP : 216.73.217.0 [ Web Server : Apache/2.4.29 (Ubuntu) System : Linux droplet-integra 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 7.2.24-0ubuntu0.18.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/web-integra/wp-content/plugins/tablepress/admin/css/ |
Upload File : |
/* CodeMirror Styling for TablePress page/customizations compared to original CSS in this file */
#tablepress-page .CodeMirror {
height: 100px;
}
#tablepress-page .CodeMirror.large {
height: 500px;
}
#tablepress-page .CodeMirror-scroll {
background-color: #fff;
border: 1px solid #ddd;
-webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 );
-webkit-transition: 0.05s border-color ease-in-out;
transition: 0.05s border-color ease-in-out;
height: 100%; /* Fallback for browsers that don't support calc() */
height: -webkit-calc( 100% - 2px );
height: calc( 100% - 2px );
padding-bottom: 0;
margin-right: 0;
}
#tablepress-page .CodeMirror-scroll .CodeMirror-sizer {
border-right-width: 0 !important;
}
#tablepress-page .CodeMirror.disabled .CodeMirror-scroll {
background-color: #eeeeee;
}
#tablepress-page .CodeMirror-focused {
-webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
}
#tablepress-page .CodeMirror-focused .CodeMirror-scroll {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #5b9dd9;
}
/* jQuery UI resizable styles, for the resizable CodeMirror instance */
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-s {
cursor: s-resize;
height: 10px;
width: 100%;
bottom: -5px;
left: 0;
}