@@ -519,6 +519,35 @@ div.group-content .group-description {
519
519
.preview {
520
520
width : 100% ;
521
521
}
522
+ .from-chart-btn {
523
+ color : # 646464 !important ;
524
+ border : medium none # 646464 !important ;
525
+ background : # E6E6E6 url ("../images/from_chart.png" ) no-repeat scroll 7px 1px !important ;
526
+ padding-left : 25px !important ;
527
+ transition : all 0.3s ease 0s ;
528
+ border : 1px solid # B0B0B0 !important ;
529
+ box-shadow : none !important ;
530
+ font-family : "Open Sans" , sans-serif;
531
+ font-weight : 700 ;
532
+ margin-left : 2px !important ;
533
+ margin-top : 2px !important ;
534
+ }
535
+
536
+ .from-chart-btn : hover {
537
+ color : white !important ;
538
+ background : # 10aecb url ("../images/from_chart.png" ) no-repeat scroll 7px -36px !important ;
539
+ transition : all 0.3s ease 0s ;
540
+ padding-left : 25px !important ;
541
+ -webkit-transition : all .3s ease;
542
+ -moz-transition : all .3s ease;
543
+ -ms-transition : all .3s ease;
544
+ -o-transition : all .3s ease;
545
+ transition : all .3s ease;
546
+ margin-left : 2px !important ;
547
+ border : 1px solid # 10aecb !important ;
548
+ box-shadow : none !important ;
549
+ margin-top : 2px !important ;
550
+ }
522
551
523
552
.preview-btn {
524
553
font-family : "Open Sans" , sans-serif;
0 commit comments