70 lines
1.9 KiB
CSS
70 lines
1.9 KiB
CSS
/*
|
|
This file is part of Ext JS 3.4
|
|
|
|
Copyright (c) 2011-2013 Sencha Inc
|
|
|
|
Contact: http://www.sencha.com/contact
|
|
|
|
GNU General Public License Usage
|
|
This file may be used under the terms of the GNU General Public License version 3.0 as
|
|
published by the Free Software Foundation and appearing in the file LICENSE included in the
|
|
packaging of this file.
|
|
|
|
Please review the following information to ensure the GNU General Public License version 3.0
|
|
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
|
|
|
|
If you are unsure which license is appropriate for your use, please contact the sales department
|
|
at http://www.sencha.com/contact.
|
|
|
|
Build date: 2013-04-03 15:07:25
|
|
*/
|
|
.x-form-spinner-proxy{
|
|
/*background-color:#ff00cc;*/
|
|
}
|
|
.x-form-field-wrap .x-form-spinner-trigger {
|
|
background:transparent url('../images/spinner.gif') no-repeat 0 0;
|
|
}
|
|
|
|
.x-form-field-wrap .x-form-spinner-overup{
|
|
background-position:-17px 0;
|
|
}
|
|
.x-form-field-wrap .x-form-spinner-clickup{
|
|
background-position:-34px 0;
|
|
}
|
|
.x-form-field-wrap .x-form-spinner-overdown{
|
|
background-position:-51px 0;
|
|
}
|
|
.x-form-field-wrap .x-form-spinner-clickdown{
|
|
background-position:-68px 0;
|
|
}
|
|
|
|
|
|
.x-trigger-wrap-focus .x-form-spinner-trigger{
|
|
background-position:-85px 0;
|
|
}
|
|
.x-trigger-wrap-focus .x-form-spinner-overup{
|
|
background-position:-102px 0;
|
|
}
|
|
.x-trigger-wrap-focus .x-form-spinner-clickup{
|
|
background-position:-119px 0;
|
|
}
|
|
.x-trigger-wrap-focus .x-form-spinner-overdown{
|
|
background-position:-136px 0;
|
|
}
|
|
.x-trigger-wrap-focus .x-form-spinner-clickdown{
|
|
background-position:-153px 0;
|
|
}
|
|
.x-trigger-wrap-focus .x-form-trigger{
|
|
border-bottom: 1px solid #7eadd9;
|
|
}
|
|
|
|
.x-form-field-wrap .x-form-spinner-splitter {
|
|
line-height:1px;
|
|
font-size:1px;
|
|
background:transparent url('../images/spinner-split.gif') no-repeat 0 0;
|
|
position:absolute;
|
|
cursor: n-resize;
|
|
}
|
|
.x-trigger-wrap-focus .x-form-spinner-splitter{
|
|
background-position:-14px 0;
|
|
}
|