forked from indrimuska/angular-moment-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
material-ui.css
60 lines (60 loc) · 1.36 KB
/
material-ui.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker .moment-picker-container {
text-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 0;
}
.moment-picker .header-view {
border: 1px solid #fff;
}
.moment-picker .header-view th {
background: #eee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
min-width: 40px;
height: 40px;
}
.moment-picker .header-view th:hover,
.moment-picker td:hover {
background-color: #e0e0e0;
}
.moment-picker td {
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
}
.moment-picker .moment-picker-specific-views {
padding: 4px 8px;
}
.moment-picker .moment-picker-specific-views table {
border-collapse: separate;
border-spacing: 3px;
}
.moment-picker .moment-picker-specific-views th {
background: none;
cursor: default;
}
.moment-picker .decade-view td,
.moment-picker .year-view td {
min-width: 60px;
height: 60px;
}
.moment-picker .month-view td {
min-width: 33px;
height: 33px;
}
.moment-picker .day-view td,
.moment-picker .hour-view td {
min-width: 60px;
height: 40px;
}
.moment-picker .minute-view table {
border-spacing: 2px;
}
.moment-picker .minute-view td {
min-width: 40px;
height: 40px;
}