/javascripts/lib/resources/css/theme-gray/toolbar.css
CSS | 95 lines | 69 code | 20 blank | 6 comment | 0 complexity | 0030602446f8d9298d80b69aa6841df4 MD5 | raw file
Possible License(s): GPL-3.0
1/*! 2 * Ext JS Library 3.2.1 3 * Copyright(c) 2006-2010 Ext JS, Inc. 4 * licensing@extjs.com 5 * http://www.extjs.com/license 6 */ 7.x-toolbar{ 8 border-color:#d0d0d0; 9 background-color:#f0f0f0; 10 background-image:url(../images/gray/toolbar/bg.gif); 11} 12 13.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{ 14 font:normal 11px arial,tahoma, helvetica, sans-serif; 15} 16 17.x-toolbar .x-item-disabled { 18 color:gray; 19} 20 21.x-toolbar .x-item-disabled * { 22 color:gray; 23} 24 25.x-toolbar .x-btn-mc em.x-btn-split { 26 background-image:url(../images/default/button/s-arrow-noline.gif); 27} 28 29.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, 30.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split 31{ 32 background-image:url(../images/gray/button/s-arrow-o.gif); 33} 34 35.x-toolbar .x-btn-mc em.x-btn-split-bottom { 36 background-image:url(../images/default/button/s-arrow-b-noline.gif); 37} 38 39.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, 40.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom 41{ 42 background-image:url(../images/gray/button/s-arrow-bo.gif); 43} 44 45.x-toolbar .xtb-sep { 46 background-image: url(../images/default/grid/grid-split.gif); 47} 48 49.x-tbar-page-first{ 50 background-image: url(../images/gray/grid/page-first.gif) !important; 51} 52 53.x-tbar-loading{ 54 background-image: url(../images/gray/grid/refresh.gif) !important; 55} 56 57.x-tbar-page-last{ 58 background-image: url(../images/gray/grid/page-last.gif) !important; 59} 60 61.x-tbar-page-next{ 62 background-image: url(../images/gray/grid/page-next.gif) !important; 63} 64 65.x-tbar-page-prev{ 66 background-image: url(../images/gray/grid/page-prev.gif) !important; 67} 68 69.x-item-disabled .x-tbar-loading{ 70 background-image: url(../images/default/grid/loading.gif) !important; 71} 72 73.x-item-disabled .x-tbar-page-first{ 74 background-image: url(../images/default/grid/page-first-disabled.gif) !important; 75} 76 77.x-item-disabled .x-tbar-page-last{ 78 background-image: url(../images/default/grid/page-last-disabled.gif) !important; 79} 80 81.x-item-disabled .x-tbar-page-next{ 82 background-image: url(../images/default/grid/page-next-disabled.gif) !important; 83} 84 85.x-item-disabled .x-tbar-page-prev{ 86 background-image: url(../images/default/grid/page-prev-disabled.gif) !important; 87} 88 89.x-paging-info { 90 color:#444; 91} 92 93.x-toolbar-more-icon { 94 background-image: url(../images/gray/toolbar/more.gif) !important; 95}