Mercurial > hg > rr-repo
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sites/all/themes/omega/sass/modules/system/resizable/_resizable.base.scss Wed Aug 21 18:51:11 2013 +0100 @@ -0,0 +1,23 @@ +/** + * @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; +}