- for dark mode disabled hover highlight on the Status Bar
This commit is contained in:
@@ -12,6 +12,7 @@ CHANGELOG for FlatCAM Evo beta
|
||||
- some changes to the dark mode stylesheet to make it look better
|
||||
- darkened the text color for the dark theme in order to make it easier on the eyes
|
||||
- in Distance Plugin, when using the big cursor, the cursor colors are fixed to work for the dark mode too
|
||||
- for dark mode disabled hover highlight on the Status Bar
|
||||
|
||||
2.05.2022
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user