Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Created February 12, 2025 16:39
Show Gist options
  • Save Lego2012/0b9ad8611079b7b6bfceee83f5dba745 to your computer and use it in GitHub Desktop.
Save Lego2012/0b9ad8611079b7b6bfceee83f5dba745 to your computer and use it in GitHub Desktop.
/* Make the edited icon bigger */
.bricks-panel-controls .has-setting .indicator {
background-color: currentColor;
background-color: var(--bricks-color-secondary);
border-radius: 0%;
display: inline-block;
height: 20px;
width: 6px;
}
.brxce-panel-shortcut__container li.has-settings {
color: var(--bricks-color-accent) !important;
background: rgba(252,87,120, .5) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment