Skip to content

Commit 4cf5e99

Browse files
committed
!!!update
1 parent eb09020 commit 4cf5e99

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

css/frame.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,35 @@ div.group-content .group-description {
519519
.preview{
520520
width: 100%;
521521
}
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+
}
522551

523552
.preview-btn{
524553
font-family: "Open Sans",sans-serif;

images/ajax-loader.gif

16.5 KB
Loading

images/available_pro.png

10.4 KB
Loading

0 commit comments

Comments
 (0)