Skip to content

Commit 7b4d5a2

Browse files
committed
Modificat
Adaugat imagine pt varianta pro si actualizat stil butoane
1 parent 6529cf9 commit 7b4d5a2

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected function _renderSidebarContent() {
9999

100100
echo '<a id="" class="button from-web from-web-btn" href="javascript:;">', esc_html__( 'From Web', Visualizer_Plugin::NAME ), '</a>';
101101

102-
102+
echo '<div class="just-on-pro"> </div>';
103103
echo '</div>';
104104
echo '</form>';
105105

css/frame.css

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ div.group-content .group-description {
428428
opacity: 0;
429429
-moz-opacity: 0;
430430
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
431+
cursor: pointer;
431432
}
432433

433434
#remote-file {
@@ -451,7 +452,7 @@ div.group-content .group-description {
451452
font-weight: 700;
452453
border: 1px solid #B0B0B0 !important;
453454
box-shadow: none !important;
454-
455+
455456
}
456457

457458
.computer-btn:hover{
@@ -467,10 +468,20 @@ div.group-content .group-description {
467468
box-shadow: 0px 1px 0px rgba(171, 171, 171, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15) !important;
468469
border: 1px solid #2f8cea !important;
469470
box-shadow: none !important;
470-
471+
471472

472473
}
473474

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+
474485

475486
.from-web{
476487
margin-top: 0px;
@@ -512,6 +523,29 @@ div.group-content .group-description {
512523
.preview-btn{
513524
font-family: "Open Sans",sans-serif;
514525
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;
515549
}
516550

517551
.show-live-btn{

images/available_pro.png

21.3 KB
Loading

0 commit comments

Comments
 (0)