mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
border color
This commit is contained in:
parent
9e1445eb50
commit
6f64e9bc9b
@ -277,7 +277,7 @@ header {
|
||||
|
||||
@include themify($themes) {
|
||||
background-color: themed('tabBackgroundColor');
|
||||
border-top-color: themed('borderColorDark');
|
||||
border-top-color: themed('borderColor');
|
||||
}
|
||||
|
||||
ul {
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
@include themify($themes) {
|
||||
background-color: themed('boxBackgroundColor');
|
||||
border-color: themed('borderColorDark');
|
||||
border-color: themed('borderColor');
|
||||
}
|
||||
|
||||
&.box-content-padded {
|
||||
|
@ -39,7 +39,7 @@ $button-color-danger: darken($brand-danger, 10%);
|
||||
$themes: (
|
||||
light: (
|
||||
textColor: $text-color,
|
||||
borderColorDark: $border-color-dark,
|
||||
borderColor: $border-color-dark,
|
||||
backgroundColor: $background-color,
|
||||
backgroundColorAlt: #ffffff,
|
||||
scrollbarColor: rgba(100,100,100,.2),
|
||||
@ -83,7 +83,7 @@ $themes: (
|
||||
),
|
||||
dark: (
|
||||
textColor: #ffffff,
|
||||
borderColorDark: #111111,
|
||||
borderColor: #111111,
|
||||
backgroundColor: #222222,
|
||||
backgroundColorAlt: #3d3d3d,
|
||||
scrollbarColor: #4d4d4d,
|
||||
|
Loading…
Reference in New Issue
Block a user