1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf(Windows): title bar improvements

This commit is contained in:
2022-06-07 18:32:37 +02:00
parent 23acf00def
commit 5fa8bf38e4
5 changed files with 34 additions and 11 deletions

View File

@ -361,7 +361,7 @@
.titlebar-element {
&:hover {
opacity: 1;
background: rgba($color: #fff, $alpha: 0.2);
background: rgba($color: #fff, $alpha: 0.1);
}
&.close-button:hover {

View File

@ -132,7 +132,7 @@
.titlebar-element {
&:hover {
opacity: 1;
background: rgba($color: rgb(172, 172, 172), $alpha: 0.2);
background: rgba($color: rgb(172, 172, 172), $alpha: 0.3);
}
&.close-button:hover {