1
- calendar-md md-content > md-content .agenda > * > * : not (: first-child ), calendar-md md-content > md-content .calendar > : not (: first-child )> * : last-child {overflow : hidden;text-overflow : ellipsis}calendar-md {display : block;max-height : 100% }calendar-md md-content > md-content {border : 1px solid rgba (0 , 0 , 0 , .12 )}calendar-md md-content > md-content .agenda > * > * {border-bottom : 1px solid rgba (0 , 0 , 0 , .12 )}calendar-md md-content > md-content .agenda > * > * : first-child {padding : 12px ;width : 200px ;text-align : right;color : rgba (0 , 0 , 0 , .75 );font-weight : 100 ;overflow-x : hidden;text-overflow : ellipsis;white-space : nowrap}calendar-md md-content > md-content .calendar > : first-child {background : rgba (0 , 0 , 0 , .02 );border-bottom : 1px solid rgba (0 , 0 , 0 , .12 );margin-right : 0 ;min-height : 36px }calendar-md md-content > md-content .calendar > : not (: first-child )> * {border-bottom : 1px solid rgba (0 , 0 , 0 , .12 );border-right : 1px solid rgba (0 , 0 , 0 , .12 );cursor : pointer}calendar-md md-content > md-content .calendar > : not (: first-child )> : hover {background : rgba (0 , 0 , 0 , .04 )}calendar-md md-content > md-content .calendar > : not (: first-child )> .disabled {color : rgba (0 , 0 , 0 , .3 );pointer-events : none;cursor : auto}calendar-md md-content > md-content .calendar > : not (: first-child )> .active {box-shadow : 0 1px 3px 0 rgba (0 , 0 , 0 , .2 ), 0 1px 1px 0 rgba (0 , 0 , 0 , .14 ), 0 2px 1px -1px rgba (0 , 0 , 0 , .12 );background : rgba (0 , 0 , 0 , .02 )}calendar-md md-content > md-content .calendar > : not (: first-child )> * : first-child {padding : 0 }
1
+ calendar-md {
2
+ display : block;
3
+ max-height : 100% ; }
4
+ calendar-md .md-toolbar-tools h2 {
5
+ overflow-x : hidden;
6
+ text-overflow : ellipsis;
7
+ white-space : nowrap; }
8
+ calendar-md md-content > md-content {
9
+ border : 1px solid rgba (0 , 0 , 0 , 0.12 ); }
10
+ calendar-md md-content > md-content .agenda > * > * {
11
+ border-bottom : 1px solid rgba (0 , 0 , 0 , 0.12 ); }
12
+ calendar-md md-content > md-content .agenda > * > * : first-child {
13
+ padding : 12px ;
14
+ width : 200px ;
15
+ text-align : right;
16
+ color : rgba (0 , 0 , 0 , 0.75 );
17
+ font-weight : 100 ;
18
+ overflow-x : hidden;
19
+ text-overflow : ellipsis;
20
+ white-space : nowrap; }
21
+ calendar-md md-content > md-content .agenda > * > * : not (: first-child ) {
22
+ overflow : hidden;
23
+ text-overflow : ellipsis; }
24
+ calendar-md md-content > md-content > * > * {
25
+ min-width : 48px ; }
26
+ calendar-md md-content > md-content .calendar > : first-child {
27
+ background : rgba (0 , 0 , 0 , 0.02 );
28
+ border-bottom : 1px solid rgba (0 , 0 , 0 , 0.12 );
29
+ margin-right : 0 ;
30
+ min-height : 36px ; }
31
+ calendar-md md-content > md-content .calendar > : not (: first-child ) > * {
32
+ border-bottom : 1px solid rgba (0 , 0 , 0 , 0.12 );
33
+ border-right : 1px solid rgba (0 , 0 , 0 , 0.12 );
34
+ cursor : pointer; }
35
+ calendar-md md-content > md-content .calendar > : not (: first-child ) > * : hover {
36
+ background : rgba (0 , 0 , 0 , 0.04 ); }
37
+ calendar-md md-content > md-content .calendar > : not (: first-child ) > * .disabled {
38
+ color : rgba (0 , 0 , 0 , 0.3 );
39
+ pointer-events : none;
40
+ cursor : auto; }
41
+ calendar-md md-content > md-content .calendar > : not (: first-child ) > * .active {
42
+ box-shadow : 0 1px 3px 0 rgba (0 , 0 , 0 , 0.2 ), 0 1px 1px 0 rgba (0 , 0 , 0 , 0.14 ), 0 2px 1px -1px rgba (0 , 0 , 0 , 0.12 );
43
+ background : rgba (0 , 0 , 0 , 0.02 ); }
44
+ calendar-md md-content > md-content .calendar > : not (: first-child ) > * : first-child {
45
+ padding : 0 ; }
46
+ calendar-md md-content > md-content .calendar > : not (: first-child ) > * : last-child {
47
+ overflow : hidden;
48
+ text-overflow : ellipsis; }
0 commit comments