mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-02 18:14:38 +00:00
feat: Improved UI for the status panel, b=no-bug, c=common
This commit is contained in:
@@ -243,16 +243,15 @@ body > #confetti {
|
||||
|
||||
@media (-moz-pref('zen.theme.styled-status-panel')) {
|
||||
#statuspanel {
|
||||
padding: 4px 3px;
|
||||
padding: 6px;
|
||||
|
||||
& > #statuspanel-label {
|
||||
border-radius: 16px !important;
|
||||
border: 1px solid rgba(225, 225, 225, 0.15) !important;
|
||||
padding: 4px 8px 5px 8px !important;
|
||||
font-weight: 600 !important;
|
||||
background: color-mix(in srgb, var(--zen-primary-color), black 80%) !important;
|
||||
color: #f3f3f3 !important;
|
||||
font-size: small !important;
|
||||
background: color-mix(in srgb, var(--zen-primary-color), black 70%) !important;
|
||||
color: rgba(255, 255, 255, 0.8) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user