mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix non-transparent mode
This commit is contained in:
parent
d4e5289967
commit
2a70924f33
@ -33,7 +33,7 @@
|
||||
***************/
|
||||
.background {
|
||||
color: #D3DAE3;
|
||||
background-color: rgba(68, 72, 82, 0.999); }
|
||||
background-color: #444852; }
|
||||
|
||||
/*
|
||||
These wildcard seems unavoidable, need to investigate.
|
||||
|
@ -33,7 +33,7 @@
|
||||
***************/
|
||||
.background {
|
||||
color: #5c616c;
|
||||
background-color: rgba(245, 246, 247, 0.999); }
|
||||
background-color: #F5F6F7; }
|
||||
|
||||
/*
|
||||
These wildcard seems unavoidable, need to investigate.
|
||||
|
@ -33,7 +33,7 @@
|
||||
***************/
|
||||
.background {
|
||||
color: #5c616c;
|
||||
background-color: rgba(245, 246, 247, 0.999); }
|
||||
background-color: #F5F6F7; }
|
||||
|
||||
/*
|
||||
These wildcard seems unavoidable, need to investigate.
|
||||
|
@ -64,7 +64,7 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix);
|
||||
|
||||
.background {
|
||||
color: $fg_color;
|
||||
background-color: transparentize($bg_color, 0.001); // without this headerbar transparency doesn't seem to work
|
||||
background-color: if($transparency == 'true', transparentize($bg_color, 0.001), $bg_color); // without this headerbar transparency doesn't seem to work
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -33,7 +33,7 @@
|
||||
***************/
|
||||
.background {
|
||||
color: #D3DAE3;
|
||||
background-color: rgba(68, 72, 82, 0.999); }
|
||||
background-color: #444852; }
|
||||
|
||||
/*
|
||||
These wildcard seems unavoidable, need to investigate.
|
||||
|
@ -33,7 +33,7 @@
|
||||
***************/
|
||||
.background {
|
||||
color: #5c616c;
|
||||
background-color: rgba(245, 246, 247, 0.999); }
|
||||
background-color: #F5F6F7; }
|
||||
|
||||
/*
|
||||
These wildcard seems unavoidable, need to investigate.
|
||||
|
@ -33,7 +33,7 @@
|
||||
***************/
|
||||
.background {
|
||||
color: #5c616c;
|
||||
background-color: rgba(245, 246, 247, 0.999); }
|
||||
background-color: #F5F6F7; }
|
||||
|
||||
/*
|
||||
These wildcard seems unavoidable, need to investigate.
|
||||
|
@ -64,7 +64,7 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix);
|
||||
|
||||
.background {
|
||||
color: $fg_color;
|
||||
background-color: transparentize($bg_color, 0.001); // without this headerbar transparency doesn't seem to work
|
||||
background-color: if($transparency == 'true', transparentize($bg_color, 0.001), $bg_color); // without this headerbar transparency doesn't seem to work
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user