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 f0bb472 commit f8cbe31Copy full SHA for f8cbe31
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{
@@ -2578,4 +2577,15 @@ li.draggable-item .components-panel__body-toggle.components-button{
2578
2577
.support-box-list > ul{
2579
grid-template-columns: repeat(2, 1fr);
2580
+}
2581
+
2582
+button.action-button {
2583
+ padding: 13px 0px;
2584
+ height: 0px;
2585
+ font-size: 16px;
2586
+ font-weight: 400;
2587
+ background: none;
2588
+ border: none;
2589
+ width: 100%;
2590
+ cursor: pointer;
2591
0 commit comments