We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8478c4 commit b130f00Copy full SHA for b130f00
css/settings.css
@@ -113,7 +113,6 @@
113
114
.pro-disabled-item {
115
opacity: 0.6;
116
- cursor: not-allowed;
117
}
118
119
.post-type-feedzy_imports:not(.edit-post) .wrap div#side-sortables{
@@ -2617,3 +2616,15 @@ li.draggable-item .components-panel__body-toggle.components-button{
2617
2616
color: #ffffff;
2618
background: linear-gradient(135deg, #4268CF 0%, #3458BC 100%);
2619
+
2620
2621
+button.action-button {
2622
+ padding: 13px 0px;
2623
+ height: 0px;
2624
+ font-size: 16px;
2625
+ font-weight: 400;
2626
+ background: none;
2627
+ border: none;
2628
+ width: 100%;
2629
+ cursor: pointer;
2630
+}
0 commit comments