theme-store/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/chrome.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 */
}