58
58
59
59
.group .open {
60
60
border-bottom : 1px solid # DFDFDF ;
61
+
61
62
}
62
63
63
64
.group-title {
@@ -491,7 +492,7 @@ div.group-content .group-description {
491
492
492
493
.from-web-btn : hover {
493
494
color : white !important ;
494
- background : # 84d700 url ("../images/web.png" ) no-repeat scroll 7px -38px !important ;
495
+ background : # 89B158 url ("../images/web.png" ) no-repeat scroll 7px -38px !important ;
495
496
transition : all 0.3s ease 0s ;
496
497
padding-left : 25px !important ;
497
498
-webkit-transition : all .3s ease;
@@ -500,7 +501,7 @@ div.group-content .group-description {
500
501
-o-transition : all .3s ease;
501
502
transition : all .3s ease;
502
503
margin-left : 2px !important ;
503
- border : 1px solid # 84d700 !important ;
504
+ border : 1px solid # 89B158 !important ;
504
505
box-shadow : none !important ;
505
506
}
506
507
@@ -511,4 +512,30 @@ div.group-content .group-description {
511
512
.preview-btn {
512
513
font-family : "Open Sans" , sans-serif;
513
514
font-weight : 700 ;
515
+ }
516
+
517
+ .show-live-btn {
518
+ margin-top : 15px !important ;
519
+ width : 100% ;
520
+ background-color : # F90 !important ;
521
+ border-color : # E98B00 !important ;
522
+ font-family : "Open Sans" , sans-serif;
523
+ font-weight : 700 ;
524
+ box-shadow : none !important ;
525
+ }
526
+
527
+
528
+ .show-live-btn : hover {
529
+ margin-top : 15px !important ;
530
+ width : 100% ;
531
+ background-color : # ea8c00 !important ;
532
+ border-color : # E98B00 !important ;
533
+ font-family : "Open Sans" , sans-serif;
534
+ font-weight : 700 ;
535
+ box-shadow : none !important ;
536
+ -webkit-transition : all .3s ease;
537
+ -moz-transition : all .3s ease;
538
+ -ms-transition : all .3s ease;
539
+ -o-transition : all .3s ease;
540
+ transition : all .3s ease;
514
541
}
0 commit comments