3.5.7
Fix unhidden column toggles in free version
This commit is contained in:
@@ -797,6 +797,18 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* Free tier: the button stays visible but opens the Extra upsell instead of
|
||||
the Columns bar. Muted to read as locked, still obviously clickable. */
|
||||
.col-toggles-edit-btn--locked {
|
||||
background: #efe6d2;
|
||||
border-color: #c0b090;
|
||||
color: #9a8060;
|
||||
}
|
||||
|
||||
.col-toggles-edit-btn--locked:hover {
|
||||
color: #7a5c2a;
|
||||
}
|
||||
|
||||
.col-toggles-edit-btn-icon {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
||||
Reference in New Issue
Block a user