@@ -382,14 +382,21 @@ footer {
382
382
/* ============================= Modules ============================== */
383
383
384
384
.form-control {
385
- box-shadow : none ;
385
+ box-shadow : inset 0 1 px 1 px rgba ( 70 , 82 , 98 , 0.05 ) ;
386
386
height : auto ;
387
- border : 1px solid #E9EBEC ;
387
+ border : 1px solid #e1e4e5 ;
388
+ padding : 8px 12px 7px ;
389
+
390
+ & :focus {
391
+ box-shadow : none ;
392
+ border-color : @blue ;
393
+ }
388
394
}
389
395
390
396
.btn {
391
397
border : 1px solid transparent ;
392
- font-weight : 600 ;
398
+ font-weight : 500 ;
399
+ .transition (all .1s );
393
400
394
401
& :active {
395
402
box-shadow : none ;
@@ -414,6 +421,7 @@ footer {
414
421
color : #34343f ;
415
422
background-color : #f6f7f8 ;
416
423
border-color : #e1e4e5 ;
424
+ box-shadow : 0 1px 1px rgba (70 , 82 , 98 , 0.05 );
417
425
& :hover , & :focus , & :active {
418
426
color : #34343f ;
419
427
background-color : #f1f2f3 ;
@@ -440,6 +448,15 @@ footer {
440
448
.box-shadow (none );
441
449
}
442
450
451
+ // Disabled buttons
452
+
453
+ .btn-primary.disabled , .btn-primary [disabled ], fieldset [disabled ] .btn-primary , .btn-primary.disabled :hover , .btn-primary [disabled ]:hover , fieldset [disabled ] .btn-primary :hover , .btn-primary.disabled :focus , .btn-primary [disabled ]:focus , fieldset [disabled ] .btn-primary :focus , .btn-primary.disabled :active , .btn-primary [disabled ]:active , fieldset [disabled ] .btn-primary :active , .btn-primary.disabled.active , .btn-primary [disabled ].active , fieldset [disabled ] .btn-primary.active , .btn-danger.disabled , .btn-danger [disabled ], fieldset [disabled ] .btn-danger , .btn-danger.disabled :hover , .btn-danger [disabled ]:hover , fieldset [disabled ] .btn-danger :hover , .btn-danger.disabled :focus , .btn-danger [disabled ]:focus , fieldset [disabled ] .btn-danger :focus , .btn-danger.disabled :active , .btn-danger [disabled ]:active , fieldset [disabled ] .btn-danger :active , .btn-danger.disabled.active , .btn-danger [disabled ].active , fieldset [disabled ] .btn-danger.active {
454
+ color : lighten (@gray , 50 );
455
+ border-color : lighten (@gray , 58 );
456
+ background : #fff ;
457
+ opacity : 1 ;
458
+ }
459
+
443
460
.nav {
444
461
li {
445
462
a {
@@ -464,7 +481,7 @@ footer {
464
481
& .active {
465
482
a , a :hover {
466
483
color : #fff ;
467
- background : @blue ;
484
+ background : darken ( @blue , 3 ) ;
468
485
}
469
486
}
470
487
}
@@ -481,6 +498,7 @@ footer {
481
498
background : #fff ;
482
499
color : #808088 ;
483
500
border-color : #e1e4e5 ;
501
+ box-shadow : inset 0 1px 1px rgba (70 , 82 , 98 , 0.05 );
484
502
& :hover {
485
503
color : @gray ;
486
504
}
@@ -544,7 +562,7 @@ footer {
544
562
}
545
563
.search-input {
546
564
padding : 8px 20px 7px 40px ;
547
- box-shadow : none ;
565
+ box-shadow : inset 0 1 px 1 px rgba ( 70 , 82 , 98 , 0.05 ) ;
548
566
border : 1px solid #e1e4e5 ;
549
567
font-size : 15px ;
550
568
background : #fff ;
@@ -784,7 +802,7 @@ a.icon-share {
784
802
// Affix styles
785
803
786
804
.group-header-container {
787
- margin-bottom : -49 px ;
805
+ margin-bottom : -45 px ;
788
806
> .container {
789
807
left : -15px ;
790
808
}
@@ -817,13 +835,12 @@ a.icon-share {
817
835
}
818
836
819
837
.group-list {
820
- margin-top : 49 px ;
838
+ margin-top : 45 px ;
821
839
}
822
840
823
841
.group-header {
824
842
display : table ;
825
843
width : 100% ;
826
- margin-bottom : 3px ;
827
844
}
828
845
829
846
.stream-pagination {
@@ -1023,11 +1040,13 @@ a.icon-share {
1023
1040
}
1024
1041
1025
1042
.group-list , .events {
1026
- .list-unstyled ;
1027
1043
.list-unstyled ;
1028
1044
margin-bottom : 20px ;
1029
1045
display : table ;
1030
1046
width : 100% ;
1047
+ box-shadow : 0 1px 1px rgba (70 , 82 , 98 , .04 );
1048
+ border-radius : 4px ;
1049
+
1031
1050
.group {
1032
1051
display : table-row ;
1033
1052
background : transparent ;
@@ -1038,9 +1057,9 @@ a.icon-share {
1038
1057
.event-details :after {
1039
1058
position : absolute ;
1040
1059
content : " " ;
1041
- top : -3 px ;
1060
+ top : -1 px ;
1042
1061
right : 0 ;
1043
- bottom : -3 px ;
1062
+ bottom : -1 px ;
1044
1063
left : 0 ;
1045
1064
width : 4px ;
1046
1065
background : #54adff ;
@@ -1064,6 +1083,20 @@ a.icon-share {
1064
1083
.event-cell {
1065
1084
border-top : 0 ;
1066
1085
}
1086
+ .event-details :after {
1087
+ top : 0 ;
1088
+ }
1089
+ }
1090
+ & :last-child {
1091
+ .event-cell {
1092
+ border-bottom : 1px solid #E9EBEC ;
1093
+ }
1094
+ .event-details {
1095
+ border-radius : 0 0 0 4px ;
1096
+ }
1097
+ .event-users {
1098
+ border-radius : 0 0 4px 0 ;
1099
+ }
1067
1100
}
1068
1101
}
1069
1102
@@ -1144,6 +1177,10 @@ a.icon-share {
1144
1177
margin-left : 30px ;
1145
1178
}
1146
1179
1180
+ .event-users {
1181
+ border-right : 1px solid #E9EBEC ;
1182
+ }
1183
+
1147
1184
.event-users , .event-occurrences {
1148
1185
vertical-align : middle ;
1149
1186
padding-left : 30px ;
0 commit comments