1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

border color

This commit is contained in:
Kyle Spearrin
2018-06-01 17:00:43 -04:00
parent 9e1445eb50
commit 6f64e9bc9b
3 changed files with 4 additions and 4 deletions

View File

@@ -277,7 +277,7 @@ header {
@include themify($themes) {
background-color: themed('tabBackgroundColor');
border-top-color: themed('borderColorDark');
border-top-color: themed('borderColor');
}
ul {

View File

@@ -24,7 +24,7 @@
@include themify($themes) {
background-color: themed('boxBackgroundColor');
border-color: themed('borderColorDark');
border-color: themed('borderColor');
}
&.box-content-padded {

View File

@@ -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,