Skip to content

Commit 87183f9

Browse files
committed
v2.3
- added VC elements
1 parent 4685d70 commit 87183f9

34 files changed

Lines changed: 1373 additions & 1526 deletions

class.vc.php

Lines changed: 800 additions & 0 deletions
Large diffs are not rendered by default.

css/render.css.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363

6464
/* Shortcodes - Accordion
6565
================================================= */
66-
$curly_css_output .= '.panel{
66+
$curly_css_output .= '
67+
.panel{
6768
border-bottom: 1px solid '.$curly_color_text->opacity(0.15).';
6869
}
6970
footer .panel{
@@ -78,14 +79,14 @@
7879
.btn:focus,
7980
input[type="button"],
8081
input[type="submit"],
81-
.button{
82+
.button:not(.wc-forward){
8283
background: '.$curly_color_primary.';
8384
color: '.$curly_color_primary->contrast().';
8485
}
8586
.btn:hover,
8687
input[type="button"]:hover,
8788
input[type="submit"]:hover,
88-
.button:hover{
89+
.button:not(.wc-forward):hover{
8990
background: '.$curly_color_primary->darken().';
9091
color: '.$curly_color_primary->contrast().';
9192
}';

0 commit comments

Comments
 (0)