tizen beta release
[framework/web/web-ui-fw.git] / src / widgets / dayselector / css / dayselector.css
1 /* dayselector CSS */
2 .ui-dayselector {
3     display: inline-block;
4 }
5
6 .ui-dayselector label {
7     height: 56px;
8     width: 64px;
9 }
10
11 .ui-dayselector-label-6 {
12     color: blue;
13 }
14
15 .ui-dayselector-label-0 {
16     color: red;
17 }
18
19 .todons-dayselector-disabled .ui-dayselector-label-6 {
20     color: #121212;
21 }
22
23 .todons-dayselector-disabled .ui-dayselector-label-0 {
24     color: #363636;
25 }