mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
border color
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user