| 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-menu {
- background-color:#f0f0f0;
- background-image:url(../images/default/menu/menu.gif);
- }
- .x-menu-floating{
- border-color:#718bb7;
- }
- .x-menu-nosep {
- background-image:none;
- }
- .x-menu-list-item{
- font:normal 11px arial,tahoma,sans-serif;
- }
- .x-menu-item-arrow{
- background-image:url(../images/default/menu/menu-parent.gif);
- }
- .x-menu-sep {
- background-color:#e0e0e0;
- border-bottom-color:#fff;
- }
- a.x-menu-item {
- color:#222;
- }
- .x-menu-item-active {
- background-image: url(../images/default/menu/item-over.gif);
- background-color: #dbecf4;
- border-color:#aaccf6;
- }
- .x-menu-item-active a.x-menu-item {
- border-color:#aaccf6;
- }
- .x-menu-check-item .x-menu-item-icon{
- background-image:url(../images/default/menu/unchecked.gif);
- }
- .x-menu-item-checked .x-menu-item-icon{
- background-image:url(../images/default/menu/checked.gif);
- }
- .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
- background-image:url(../images/default/menu/group-checked.gif);
- }
- .x-menu-group-item .x-menu-item-icon{
- background-image:none;
- }
- .x-menu-plain {
- background-color:#f0f0f0 !important;
- background-image: none;
- }
- .x-date-menu, .x-color-menu{
- background-color: #fff !important;
- }
- .x-menu .x-date-picker{
- border-color:#a3bad9;
- }
- .x-cycle-menu .x-menu-item-checked {
- border-color:#a3bae9 !important;
- background-color:#def8f6;
- }
- .x-menu-scroller-top {
- background-image:url(../images/default/layout/mini-top.gif);
- }
- .x-menu-scroller-bottom {
- background-image:url(../images/default/layout/mini-bottom.gif);
- }
|