Initial commit
This commit is contained in:
43
assets/js/ext/resources/css/theme-gray/resizable.css
Normal file
43
assets/js/ext/resources/css/theme-gray/resizable.css
Normal file
@@ -0,0 +1,43 @@
|
||||
/*!
|
||||
* Ext JS Library 3.3.1
|
||||
* Copyright(c) 2006-2010 Sencha Inc.
|
||||
* licensing@sencha.com
|
||||
* http://www.sencha.com/license
|
||||
*/
|
||||
.x-resizable-handle {
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
|
||||
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
|
||||
{
|
||||
background-image:url(../images/gray/sizer/e-handle.gif);
|
||||
}
|
||||
|
||||
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
|
||||
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
|
||||
{
|
||||
background-image:url(../images/gray/sizer/s-handle.gif);
|
||||
}
|
||||
|
||||
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
|
||||
background-image:url(../images/gray/sizer/s-handle.gif);
|
||||
}
|
||||
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
|
||||
background-image:url(../images/gray/sizer/se-handle.gif);
|
||||
}
|
||||
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
|
||||
background-image:url(../images/gray/sizer/nw-handle.gif);
|
||||
}
|
||||
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
|
||||
background-image:url(../images/gray/sizer/ne-handle.gif);
|
||||
}
|
||||
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
|
||||
background-image:url(../images/gray/sizer/sw-handle.gif);
|
||||
}
|
||||
.x-resizable-proxy{
|
||||
border-color:#565656;
|
||||
}
|
||||
.x-resizable-overlay{
|
||||
background-color:#fff;
|
||||
}
|
||||
Reference in New Issue
Block a user