Update elementor pro
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! elementor-pro - v3.33.0 - 03-12-2025 */
|
||||
/*! elementor-pro - v3.35.0 - 11-02-2026 */
|
||||
:root {
|
||||
--color-box-shadow-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
@@ -196,13 +196,17 @@
|
||||
}
|
||||
.e-site-editor-conditions__add-button {
|
||||
margin-block-start: 2.75rem;
|
||||
background-color: var(--e-site-editor-add-button-background-color);
|
||||
color: #ffffff;
|
||||
background-color: var(--e-one-palette-primary-main, var(--e-site-editor-add-button-background-color));
|
||||
border-color: var(--e-one-palette-primary-main, var(--e-site-editor-add-button-background-color));
|
||||
color: var(--e-one-palette-primary-contrast-text, var(--e-one-palette-primary-contrastText, #ffffff));
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
}
|
||||
.e-site-editor-conditions__add-button:hover {
|
||||
background-color: var(--e-site-editor-add-button-color-hover-background-color);
|
||||
color: #ffffff;
|
||||
.e-site-editor-conditions__add-button:hover, .e-site-editor-conditions__add-button:focus {
|
||||
background-color: var(--e-one-palette-primary-dark, var(--e-site-editor-add-button-color-hover-background-color));
|
||||
border-color: var(--e-one-palette-primary-dark, var(--e-site-editor-add-button-color-hover-background-color));
|
||||
color: var(--e-one-palette-primary-contrast-text, var(--e-one-palette-primary-contrastText, #ffffff));
|
||||
text-decoration: none;
|
||||
}
|
||||
.e-site-editor-conditions__footer {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user