Updated style.css documentation

This commit is contained in:
Erik Reider 2022-06-19 15:03:31 +02:00
parent aab565d723
commit c1bc6f4a22

View File

@ -180,10 +180,17 @@
border-radius: 12px;
}
/* The .control-center Window.
* Can't apply padding and margin so may be easier to use "> box" instead
*/
.control-center {
background: @cc-bg;
}
/* The first control-center child. May be easier to style this than .control-center */
.control-center > box {
}
.control-center-list {
background: transparent;
}