- for dark mode disabled hover highlight on the Status Bar

This commit is contained in:
Marius Stanciu
2022-05-04 05:11:26 +03:00
committed by Marius
parent e76568c2f1
commit 96817e3417
2 changed files with 2 additions and 3 deletions

View File

@@ -91,9 +91,7 @@ QStatusBar QWidget {
background-color: transparent;
padding: 0px;
border-radius: 0px;
}
QStatusBar QWidget:hover {
background-color: rgba(68.000, 70.000, 74.000, 1.000);
margin: 0px;
}
QStatusBar QWidget:pressed {
background-color: rgba(79.000, 80.000, 84.000, 1.000);