1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +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) { @include themify($themes) {
background-color: themed('tabBackgroundColor'); background-color: themed('tabBackgroundColor');
border-top-color: themed('borderColorDark'); border-top-color: themed('borderColor');
} }
ul { ul {

View File

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

View File

@@ -39,7 +39,7 @@ $button-color-danger: darken($brand-danger, 10%);
$themes: ( $themes: (
light: ( light: (
textColor: $text-color, textColor: $text-color,
borderColorDark: $border-color-dark, borderColor: $border-color-dark,
backgroundColor: $background-color, backgroundColor: $background-color,
backgroundColorAlt: #ffffff, backgroundColorAlt: #ffffff,
scrollbarColor: rgba(100,100,100,.2), scrollbarColor: rgba(100,100,100,.2),
@@ -83,7 +83,7 @@ $themes: (
), ),
dark: ( dark: (
textColor: #ffffff, textColor: #ffffff,
borderColorDark: #111111, borderColor: #111111,
backgroundColor: #222222, backgroundColor: #222222,
backgroundColorAlt: #3d3d3d, backgroundColorAlt: #3d3d3d,
scrollbarColor: #4d4d4d, scrollbarColor: #4d4d4d,