It makes the Breakdance UI more fancier & more readable
Breakdance Builder Easy UI by mikeingz
Details
Authormikeingz
LicenseNo License
CategoryBreakdance Builder for WordPress
Created
Updated
Code size1.6 kB
Code checksum8842a72e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Breakdance Builder Easy UI
@version 20231106.13.10
@namespace ?
==/UserStyle== */
@-moz-document regexp("https?:\\/\\/.*\\?breakdance=builder&id=.*") {
.theme--dark.v-application {
--bd-newaccent: #FFC514;
}
.theme--light.v-application {
--bd-newaccent: #c79b13;
}
.v-application .breakdance-control-wrapper > div > * > .breakdance-only-on-hover {
opacity: 0.5;
}
.v-application .indicator-light-light {
width: 5px;
height: 5px;
background-color: var(--bd-newaccent);
}
.v-application .indicator-light {
top:50%
}
.v-application .properties-panel-accordion-title,
.v-application .breakdance-repeater-item-title-text,
.v-application .breakdance-control-wrapper-control-label,
.v-application .control-section-as-popout-label {
font-size: var(--text-sm2)!important
}
.v-application .code-input,
.v-application .element-studio .code-input {
font-size: 14px!important
}
.v-application .structure-node-title-real-real .element-title-text {
font-size: 12px;
letter-spacing: 0.5px;
}
.v-application .structure-node-title-real-real {
height:34px;
}
.v-application .cm-s-darcula span.cm-property {
color:#f1cc93
}
.v-application .cm-s-darcula span.cm-string, .cm-s-darcula span.cm-string-2 {
color:#94b382
}
.v-dialog .CodeMirror-code {
counter-reset: line;
}
.v-dialog .CodeMirror-line:before {
counter-increment: line;
content: counter(line);
display: inline-block;
margin-right: .5em;
color: var(--bd-newaccent)
}
}