mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-26 17:08:33 +01:00
theme tweaks
This commit is contained in:
parent
8659cc96cb
commit
e338a6b566
@ -304,7 +304,7 @@ header {
|
|||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background-color: themed('listItemBackgroundHoverColor');
|
background-color: themed('tabBackgroundHoverColor');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@ $themes: (
|
|||||||
boxBackgroundHoverColor: $box-background-hover-color,
|
boxBackgroundHoverColor: $box-background-hover-color,
|
||||||
boxBorderColor: $box-border-color,
|
boxBorderColor: $box-border-color,
|
||||||
tabBackgroundColor: #ffffff,
|
tabBackgroundColor: #ffffff,
|
||||||
|
tabBackgroundHoverColor: $list-item-hover,
|
||||||
disabledIconColor: $list-icon-color,
|
disabledIconColor: $list-icon-color,
|
||||||
headingColor: $gray-light,
|
headingColor: $gray-light,
|
||||||
labelColor: $gray-light,
|
labelColor: $gray-light,
|
||||||
@ -86,10 +87,11 @@ $themes: (
|
|||||||
boxBackgroundColor: #363636,
|
boxBackgroundColor: #363636,
|
||||||
boxBackgroundHoverColor: #3f3f3f,
|
boxBackgroundHoverColor: #3f3f3f,
|
||||||
boxBorderColor: #2f2f2f,
|
boxBorderColor: #2f2f2f,
|
||||||
tabBackgroundColor: #3d3d3d,
|
tabBackgroundColor: #363636,
|
||||||
|
tabBackgroundHoverColor: #3f3f3f,
|
||||||
headerColor: #ffffff,
|
headerColor: #ffffff,
|
||||||
headerBackgroundColor: #363636,
|
headerBackgroundColor: #363636,
|
||||||
headerBackgroundHoverColor: #313131,
|
headerBackgroundHoverColor: #3f3f3f,
|
||||||
headerBorderColor: #111111,
|
headerBorderColor: #111111,
|
||||||
headerInputBackgroundColor: #222222,
|
headerInputBackgroundColor: #222222,
|
||||||
headerInputBackgroundFocusColor: #1d1d1d,
|
headerInputBackgroundFocusColor: #1d1d1d,
|
||||||
|
Loading…
Reference in New Issue
Block a user