| Server IP : 195.130.67.5 / Your IP : 216.73.217.127 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/plugins/system/nnframework/fields/textareaplus/ |
Upload File : |
/**
* Stylesheet for Element: Text Area Plus
*
* @package NoNumber! Framework
* @version 11.9.1
*
* @author Peter van Westen <peter@nonumber.nl>
* @link http://www.nonumber.nl
* @copyright Copyright © 2011 NoNumber! All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
.textarea_wrapper {
display: inline-block;
/* For IE */
zoom: 1;
width: auto;
*display: inline;
}
.textarea_handle {
background: #E9E9E9 url(handle.png) no-repeat bottom right;
height: 12px;
width: auto;
border: 1px solid #E9E9E9; /* To match style of textarea so auto width works correctly */
cursor: nw-resize;
}
.textarea_wrapper textarea {
margin: 0;
overflow: auto;
}
body.dragging,
body.dragging * {
cursor: nw-resize !important;
}