mirror of
https://github.com/bitwarden/browser
synced 2026-02-19 19:04:01 +00:00
Update header color to match sidebar (#18036)
This commit is contained in:
committed by
jaasen-livefront
parent
f39c8ba77c
commit
77ac1d0b23
@@ -2,7 +2,6 @@
|
||||
-webkit-app-region: drag;
|
||||
min-height: 54px;
|
||||
max-height: 54px;
|
||||
border-bottom: 1px solid #000000;
|
||||
display: grid;
|
||||
grid-template-columns: 25% 1fr 25%;
|
||||
grid-column-gap: 5px;
|
||||
@@ -11,7 +10,6 @@
|
||||
|
||||
@include themify($themes) {
|
||||
background-color: themed("headerBackgroundColor");
|
||||
border-bottom-color: themed("headerBorderColor");
|
||||
|
||||
app-search {
|
||||
grid-column-start: 2;
|
||||
|
||||
@@ -59,8 +59,8 @@ $themes: (
|
||||
boxBackgroundColor: $box-background-color,
|
||||
boxBackgroundHoverColor: $box-background-hover-color,
|
||||
boxBorderColor: $box-border-color,
|
||||
headerBackgroundColor: $brand-primary,
|
||||
headerBorderColor: darken($brand-primary, 7%),
|
||||
headerBackgroundColor: rgb(var(--color-background-alt3)),
|
||||
headerBorderColor: rgb(var(--color-background-alt4)),
|
||||
headerInputBackgroundColor: darken($brand-primary, 8%),
|
||||
headerInputBackgroundFocusColor: darken($brand-primary, 10%),
|
||||
headerInputColor: #ffffff,
|
||||
@@ -118,8 +118,8 @@ $themes: (
|
||||
boxBackgroundColor: #2f343d,
|
||||
boxBackgroundHoverColor: #3c424e,
|
||||
boxBorderColor: #4c525f,
|
||||
headerBackgroundColor: #2f343d,
|
||||
headerBorderColor: #15181e,
|
||||
headerBackgroundColor: rgb(var(--color-background-alt3)),
|
||||
headerBorderColor: rgb(var(--color-background-alt4)),
|
||||
headerInputBackgroundColor: #3c424e,
|
||||
headerInputBackgroundFocusColor: #4c525f,
|
||||
headerInputColor: #ffffff,
|
||||
|
||||
Reference in New Issue
Block a user