Initial commit
This commit is contained in:
44
assets/js/ext/resources/css/theme-gray/qtips.css
Normal file
44
assets/js/ext/resources/css/theme-gray/qtips.css
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Ext JS Library 3.3.1
|
||||
* Copyright(c) 2006-2010 Sencha Inc.
|
||||
* licensing@sencha.com
|
||||
* http://www.sencha.com/license
|
||||
*/
|
||||
.x-tip .x-tip-close{
|
||||
background-image: url(../images/gray/qtip/close.gif);
|
||||
}
|
||||
|
||||
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
|
||||
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
||||
}
|
||||
|
||||
.x-tip .x-tip-mc {
|
||||
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
||||
}
|
||||
.x-tip .x-tip-ml {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.x-tip .x-tip-header-text {
|
||||
font: bold 11px tahoma,arial,helvetica,sans-serif;
|
||||
color:#444;
|
||||
}
|
||||
|
||||
.x-tip .x-tip-body {
|
||||
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
||||
color:#444;
|
||||
}
|
||||
|
||||
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
|
||||
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
|
||||
{
|
||||
background-image: url(../images/default/form/error-tip-corners.gif);
|
||||
}
|
||||
|
||||
.x-form-invalid-tip .x-tip-body {
|
||||
background-image:url(../images/default/form/exclamation.gif);
|
||||
}
|
||||
|
||||
.x-tip-anchor {
|
||||
background-image:url(../images/gray/qtip/tip-anchor-sprite.gif);
|
||||
}
|
||||
Reference in New Issue
Block a user