Skip to content

Commit

Permalink
make popups opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
aFFekopp committed Jan 20, 2020
1 parent 7b746dc commit 21881fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/noctis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ noctis:

# Popups
more-info-header-background: 'var(--secondary-background-color)'
paper-dialog-background-color: 'rgba(47,59,82,0.4)'
paper-dialog-background-color: 'var(--background-color)' #'rgba(47,59,82,0.4)'

# Tables
table-row-background-color: 'var(--background-color)'
Expand Down

0 comments on commit 21881fc

Please sign in to comment.