@@ -428,6 +428,7 @@ div.group-content .group-description {
428
428
opacity : 0 ;
429
429
-moz-opacity : 0 ;
430
430
filter : progid:DXImageTransform.Microsoft.Alpha(opacity=0);
431
+ cursor : pointer;
431
432
}
432
433
433
434
# remote-file {
@@ -451,7 +452,7 @@ div.group-content .group-description {
451
452
font-weight : 700 ;
452
453
border : 1px solid # B0B0B0 !important ;
453
454
box-shadow : none !important ;
454
-
455
+
455
456
}
456
457
457
458
.computer-btn : hover {
@@ -467,10 +468,20 @@ div.group-content .group-description {
467
468
box-shadow : 0px 1px 0px rgba (171 , 171 , 171 , 0.5 ) inset, 0px 1px 0px rgba (0 , 0 , 0 , 0.15 ) !important ;
468
469
border : 1px solid # 2f8cea !important ;
469
470
box-shadow : none !important ;
470
-
471
+
471
472
472
473
}
473
474
475
+ .just-on-pro {
476
+ background : # FFF url ("../images/available_pro.png" ) no-repeat scroll 0px 1px !important ;
477
+ width : 250px ;
478
+ height : 100px ;
479
+ cursor : not-allowed;
480
+ opacity : 0.6 ;
481
+ margin-bottom : 10px ;
482
+ }
483
+
484
+
474
485
475
486
.from-web {
476
487
margin-top : 0px ;
@@ -512,6 +523,29 @@ div.group-content .group-description {
512
523
.preview-btn {
513
524
font-family : "Open Sans" , sans-serif;
514
525
font-weight : 700 ;
526
+ background-color : # 2f8cea !important ;
527
+ color : white !important ;
528
+ border : 1px solid # 2c80d6 !important ;
529
+ box-shadow : none !important ;
530
+ -webkit-transition : all .3s ease;
531
+ -moz-transition : all .3s ease;
532
+ -ms-transition : all .3s ease;
533
+ -o-transition : all .3s ease;
534
+ transition : all .3s ease;
535
+ }
536
+
537
+ .preview-btn : hover {
538
+ font-family : "Open Sans" , sans-serif;
539
+ font-weight : 700 ;
540
+ background-color : # 2c80d6 !important ;
541
+ color : white !important ;
542
+ border : 1px solid # 2c80d6 !important ;
543
+ box-shadow : none !important ;
544
+ -webkit-transition : all .3s ease;
545
+ -moz-transition : all .3s ease;
546
+ -ms-transition : all .3s ease;
547
+ -o-transition : all .3s ease;
548
+ transition : all .3s ease;
515
549
}
516
550
517
551
.show-live-btn {
0 commit comments