| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 |
- /*
- 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-grid3 {
- background-color:#1f2933;
- }
- .x-grid-panel .x-panel-mc .x-panel-body {
- border-color:#223;
- }
- .x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
- font:normal 14px arial, tahoma, helvetica, sans-serif;
- }
- .x-grid3-hd-row td {
- border-left-color:#556;
- border-right-color:#223;
- }
- .x-grid-row-loading {
- background-color: #fff;
- background-image:url(../images/default/shared/loading-balls.gif);
- }
- .x-grid3-row {
- border:0 none;
- border-bottom:1px solid #111;
- border-right:1px solid #1a1a1c;
- }
- .x-grid3-row-alt{
- background-color:#1b232b;
- }
- .x-grid3-row-over {
- background-color:#7e5530;
- }
- .x-grid3-resize-proxy {
- background-color:#777;
- }
- .x-grid3-resize-marker {
- background-color:#777;
- }
- .x-grid3-header{
- background-color:#3b3f50;
- background-image:url(../images/access/grid/grid3-hrow.gif);
- }
- .x-grid3-header-pop {
- border-left-color:#d0d0d0;
- }
- .x-grid3-header-pop-inner {
- border-left-color:#eee;
- background-image:url(../images/default/grid/hd-pop.gif);
- }
- td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
- border-left-color:#889;
- border-right-color:#445;
- }
- td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
- background-color:#4e628a;
- background-image:url(../images/access/grid/grid3-hrow-over.gif);
- }
- .x-grid3-cell-inner, .x-grid3-hd-inner {
- color:#fff;
- }
- .sort-asc .x-grid3-sort-icon {
- background-image: url(../images/access/grid/sort_asc.gif);
- width:15px;
- height:9px;
- margin-left:5px;
- }
- .sort-desc .x-grid3-sort-icon {
- background-image: url(../images/access/grid/sort_desc.gif);
- width:15px;
- height:9px;
- margin-left:5px;
- }
- .x-grid3-cell-text, .x-grid3-hd-text {
- color:#fff;
- }
- .x-grid3-split {
- background-image: url(../images/default/grid/grid-split.gif);
- }
- .x-grid3-hd-text {
- color:#fff;
- }
- .x-dd-drag-proxy .x-grid3-hd-inner{
- background-color:#ebf3fd;
- background-image:url(../images/access/grid/grid3-hrow-over.gif);
- border-color:#aaccf6;
- }
- .col-move-top{
- background-image:url(../images/default/grid/col-move-top.gif);
- }
- .col-move-bottom{
- background-image:url(../images/default/grid/col-move-bottom.gif);
- }
- .x-grid3-row-selected {
- background-color: #e5872c !important;
- background-image: none;
- border-style: solid;
- }
- .x-grid3-row-selected .x-grid3-cell {
- color: #fff;
- }
- .x-grid3-cell-selected {
- background-color: #ffa340 !important;
- color:#fff;
- }
- .x-grid3-cell-selected span{
- color:#fff !important;
- }
- .x-grid3-cell-selected .x-grid3-cell-text{
- color:#fff;
- }
- .x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
- background-color:#ebeadb !important;
- background-image:url(../images/default/grid/grid-hrow.gif) !important;
- color:#fff;
- border-top-color:#fff;
- border-right-color:#6fa0df !important;
- }
- .x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
- color:#fff !important;
- }
- .x-grid3-dirty-cell {
- background-image:url(../images/access/grid/dirty.gif);
- }
- .x-grid3-topbar, .x-grid3-bottombar{
- font:normal 14px arial, tahoma, helvetica, sans-serif;
- }
- .x-grid3-bottombar .x-toolbar{
- border-top-color:#a9bfd3;
- }
- .x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
- background-image:url(../images/access/grid/grid3-special-col-bg.gif) !important;
- color:#fff !important;
- }
- .x-props-grid .x-grid3-td-value {
- color:#fff !important;
- }
- .x-props-grid .x-grid3-body .x-grid3-td-name{
- background-color:#263240 !important;
- border-right-color:#223;
- }
- .xg-hmenu-sort-asc .x-menu-item-icon{
- background-image: url(../images/access/grid/hmenu-asc.gif);
- }
- .xg-hmenu-sort-desc .x-menu-item-icon{
- background-image: url(../images/access/grid/hmenu-desc.gif);
- }
- .xg-hmenu-lock .x-menu-item-icon{
- background-image: url(../images/access/grid/hmenu-lock.gif);
- }
- .xg-hmenu-unlock .x-menu-item-icon{
- background-image: url(../images/access/grid/hmenu-unlock.gif);
- }
- .x-grid3-hd-btn {
- background-color:#c2c9d0;
- background-image:url(../images/access/grid/grid3-hd-btn.gif);
- }
- .x-grid3-body .x-grid3-td-expander {
- background-image:url(../images/access/grid/grid3-special-col-bg.gif);
- }
- .x-grid3-row-expander {
- background-image:url(../images/access/grid/row-expand-sprite.gif);
- }
- .x-grid3-body .x-grid3-td-checker {
- background-image: url(../images/access/grid/grid3-special-col-bg.gif);
- }
- .x-grid3-row-checker, .x-grid3-hd-checker {
- background-image:url(../images/default/grid/row-check-sprite.gif);
- }
- .x-grid3-body .x-grid3-td-numberer {
- background-image:url(../images/access/grid/grid3-special-col-bg.gif);
- }
- .x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
- color:#fff;
- }
- .x-grid3-body .x-grid3-td-row-icon {
- background-image:url(../images/access/grid/grid3-special-col-bg.gif);
- }
- .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
- .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
- .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
- background-image:url(../images/access/grid/grid3-special-col-sel-bg.gif);
- }
- .x-grid3-check-col {
- background-image:url(../images/default/menu/unchecked.gif);
- }
- .x-grid3-check-col-on {
- background-image:url(../images/default/menu/checked.gif);
- }
- .x-grid-group, .x-grid-group-body, .x-grid-group-hd {
- zoom:1;
- }
- .x-grid-group-hd {
- border-bottom-color:#4e628a;
- }
- .x-grid-group-hd div.x-grid-group-title {
- background-image:url(../images/access/grid/group-collapse.gif);
- background-position:3px 6px;
- color:#ffd;
- font:bold 14px tahoma, arial, helvetica, sans-serif;
- }
- .x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title {
- background-image:url(../images/access/grid/group-expand.gif);
- }
- .x-group-by-icon {
- background-image:url(../images/default/grid/group-by.gif);
- }
- .x-cols-icon {
- background-image:url(../images/default/grid/columns.gif);
- }
- .x-show-groups-icon {
- background-image:url(../images/default/grid/group-by.gif);
- }
- .x-grid-empty {
- color:gray;
- font:normal 14px tahoma, arial, helvetica, sans-serif;
- }
- .x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
- border-right-color:#ededed;
- }
- .x-grid-with-col-lines .x-grid3-row{
- border-top-color:#ededed;
- }
- .x-grid-with-col-lines .x-grid3-row-selected {
- border-top-color:#a3bae9;
- }
|