view sites/all/themes/omega/sass/modules/system/resizable/_resizable.base.scss @ 0:ff03f76ab3fe

initial version
author danieleb <danielebarchiesi@me.com>
date Wed, 21 Aug 2013 18:51:11 +0100
parents
children
line wrap: on
line source
/**
 * @file
 * Base styles for the resizable textareas functionality.
 *
 * @see textarea.js
 */

@import "compass";

.form-textarea-wrapper textarea {
  display: block;
  @include box-sizing(border-box);
  width: 100%;
  margin: 0;
}
.resizable-textarea .grippie {
  height: 9px;
  background: #eee image-url('misc/grippie.png') no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  overflow: hidden;
}