Added the ability to apply custom opacity to all elements. (#140)
* Added the ability to apply custom opacity to all elements. * Apply menu opacity to settings menu
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
@import '../colors.scss';
|
||||
|
||||
window.popup {
|
||||
opacity: $bar-menus-opacity/100;
|
||||
|
||||
menuitem {
|
||||
label {
|
||||
color: $bar-menus-popover-text;
|
||||
@@ -32,6 +34,8 @@ tooltip {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
opacity: $bar-menus-opacity/100;
|
||||
|
||||
font-size: 1.1em;
|
||||
|
||||
>*>* {
|
||||
|
||||
Reference in New Issue
Block a user