33 lines
476 B
CSS
33 lines
476 B
CSS
#button-bar,
|
|
#bar-inner.dense,
|
|
#bar-inner.edge,
|
|
#bar-inner.edge.vertical,
|
|
#bar-inner.edgecenter.vertical,
|
|
#workspaces-container,
|
|
#notch-content,
|
|
#notch-box.panel,
|
|
#date-time,
|
|
#systray,
|
|
#battery,
|
|
#control-small,
|
|
#notification-stack-box,
|
|
#nav-button,
|
|
#metrics-small,
|
|
#weather,
|
|
#language,
|
|
#dock {
|
|
box-shadow: 0 0 3px alpha(black, 0.7);
|
|
}
|
|
|
|
#notch-content.panel {
|
|
box-shadow: 0 0 3px alpha(black, 0);
|
|
}
|
|
|
|
#bar-revealer {
|
|
padding: 10px;
|
|
}
|
|
|
|
#boxed-revealer {
|
|
margin: -10px;
|
|
}
|