Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / resources / css / theme-access / date-picker.css
1 /*!
2  * Ext JS Library 3.2.2
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .x-date-picker {
8     border-color: #737b8c;
9     background-color:#21252e;
10 }
11
12 .x-date-middle,.x-date-left,.x-date-right {
13         background-image: url(../images/access/shared/hd-sprite.gif);
14         color:#fff;
15         font:bold 14px "sans serif", tahoma, verdana, helvetica;
16 }
17
18 .x-date-middle .x-btn .x-btn-text {
19     color:#fff;
20 }
21
22 .x-date-middle .x-btn-mc em.x-btn-arrow {
23     background-image:url(../images/access/toolbar/btn-arrow-light.gif);
24 }
25
26 .x-date-right a {
27     background-image: url(../images/access/shared/right-btn.gif);
28 }
29
30 .x-date-left a{
31         background-image: url(../images/access/shared/left-btn.gif);
32 }
33
34 .x-date-inner th {
35     background-color:#363d4a;
36     background-image:url(../images/access/toolbar/bg.gif);
37         border-bottom-color:#535b5c;
38     font:normal 13px arial, helvetica,tahoma,sans-serif;
39         color:#fff;
40 }
41
42 .x-date-inner td {
43     border-color:#112;
44 }
45
46 .x-date-inner a {
47     font:normal 14px arial, helvetica,tahoma,sans-serif;
48     color:#fff;
49     padding:2px 7px 1px 3px; /* Structure to account for larger, bolder fonts in Access theme. */
50 }
51
52 .x-date-inner .x-date-active{
53         color:#000;
54 }
55
56 .x-date-inner .x-date-selected a{
57     background-color:#e5872c;
58         background-image:none;
59         border-color:#864900;
60     padding:1px 6px 1px 2px; /* Structure to account for larger, bolder fonts in Access theme. */
61 }
62
63 .x-date-inner .x-date-today a{
64         border-color:#99a;
65 }
66
67 .x-date-inner .x-date-selected span{
68     font-weight:bold;
69 }
70
71 .x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
72         color:#aaa;
73 }
74
75 .x-date-bottom {
76     border-top-color:#737b8c;
77     background-color:#464d5a;
78     background-image:url(../images/access/shared/glass-bg.gif);
79 }
80
81 .x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
82     color:#fff;
83     background-color:#7e5530;
84 }
85
86 .x-date-inner .x-date-disabled a {
87         background-color:#eee;
88         color:#bbb;
89 }
90
91 .x-date-mmenu{
92     background-color:#eee !important;
93 }
94
95 .x-date-mmenu .x-menu-item {
96         font-size:13px;
97         color:#000;
98 }
99
100 .x-date-mp {
101         background-color:#21252e;
102 }
103
104 .x-date-mp td {
105         font:normal 14px arial, helvetica,tahoma,sans-serif;
106 }
107
108 .x-date-mp-btns button {
109         background-color:#083772;
110         color:#fff;
111         border-color: #3366cc #000055 #000055 #3366cc;
112         font:normal 14px arial, helvetica,tahoma,sans-serif;
113 }
114
115 .x-date-mp-btns {
116     background-color: #dfecfb;
117         background-image: url(../images/access/shared/glass-bg.gif);
118 }
119
120 .x-date-mp-btns td {
121         border-top-color: #c5d2df;
122 }
123
124 td.x-date-mp-month a,td.x-date-mp-year a {
125         color:#fff;
126 }
127
128 td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
129         color:fff;
130         background-color: #7e5530;
131 }
132
133 td.x-date-mp-sel a {
134     background-color: #e5872c;
135         background-image: none;
136         border-color:#864900;
137 }
138
139 .x-date-mp-ybtn a {
140     background-image:url(../images/access/panel/tool-sprites.gif);
141 }
142
143 td.x-date-mp-sep {
144    border-right-color:#c5d2df;
145 }