20 lines
333 B
CSS
20 lines
333 B
CSS
@import url("./color.css");
|
|
@import url("./styles/notifications.css");
|
|
|
|
.control-center {
|
|
background: transparent;
|
|
}
|
|
|
|
.control-center-list {
|
|
background: transparent;
|
|
}
|
|
|
|
.control-center-list-placeholder {
|
|
opacity: 0.1;
|
|
}
|
|
|
|
/* Window behind control center and on all other monitors */
|
|
.blank-window {
|
|
background: transparent;
|
|
}
|