dark theme for option chooser dialogs

This commit is contained in:
dengr1065 2020-06-17 04:30:01 +03:00
parent b9e31049b6
commit 59bae80ab7
1 changed files with 15 additions and 0 deletions

View File

@ -32,6 +32,21 @@
background-color: rgba(#33363d, 0.9);
}
}
> .dialogInner.optionChooserDialog .optionParent {
.option {
background: #3d3f42;
&:hover {
background-color: #424348;
}
&.active {
background: $colorBlueBright;
color: #fff;
}
}
}
}
&.visible {