mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
12 lines
466 B
CSS
12 lines
466 B
CSS
#statuspanel {
|
|
margin: var(--theme-customstatusbar-margin) !important;
|
|
}
|
|
|
|
#statuspanel-label {
|
|
border-radius: var(--theme-customstatusbar-radius) !important;
|
|
padding: 2px 10px !important;
|
|
border: var(--theme-customstatusbar-border_thickness) solid
|
|
var(--theme-customstatusbar-color_border) !important;
|
|
background: var(--theme-customstatusbar-color_background) !important;
|
|
color: var(--theme-customstatusbar-text_color) !important; /* Text color */
|
|
}
|