| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- /*
- 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-panel {
- border-color: #99bbe8;
- }
- .x-panel-header {
- color:#15428b;
- font-weight:bold;
- font-size: 11px;
- font-family: tahoma,arial,verdana,sans-serif;
- border-color:#99bbe8;
- background-image: url(../images/default/panel/white-top-bottom.gif);
- }
- .x-panel-body {
- border-color:#99bbe8;
- background-color:#fff;
- }
- .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
- border-color:#99bbe8;
- }
- .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
- border-top-color:#99bbe8;
- }
- .x-panel-body-noheader, .x-panel-mc .x-panel-body {
- border-top-color:#99bbe8;
- }
- .x-panel-tl .x-panel-header {
- color:#15428b;
- font:bold 11px tahoma,arial,verdana,sans-serif;
- }
- .x-panel-tc {
- background-image: url(../images/default/panel/top-bottom.gif);
- }
- .x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br{
- background-image: url(../images/default/panel/corners-sprite.gif);
- border-bottom-color:#99bbe8;
- }
- .x-panel-bc {
- background-image: url(../images/default/panel/top-bottom.gif);
- }
- .x-panel-mc {
- font: normal 11px tahoma,arial,helvetica,sans-serif;
- background-color:#dfe8f6;
- }
- .x-panel-ml {
- background-color: #fff;
- background-image:url(../images/default/panel/left-right.gif);
- }
- .x-panel-mr {
- background-image: url(../images/default/panel/left-right.gif);
- }
- .x-tool {
- background-image:url(../images/default/panel/tool-sprites.gif);
- }
- .x-panel-ghost {
- background-color:#cbddf3;
- }
- .x-panel-ghost ul {
- border-color:#99bbe8;
- }
- .x-panel-dd-spacer {
- border-color:#99bbe8;
- }
- .x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
- font:normal 11px arial,tahoma, helvetica, sans-serif;
- }
|