mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix styles
This commit is contained in:
+1
-1
Submodule lib/idevice-rs updated: c949705128...f59137aea0
@@ -155,7 +155,7 @@ void BalloonProcess::updateStyles()
|
||||
" padding: 4px 8px;"
|
||||
"}"
|
||||
"QWidget#BalloonProcess QPushButton:hover {"
|
||||
" background-color: #D6D6D6;"
|
||||
"background-color: palette(Dark);"
|
||||
"}";
|
||||
#endif
|
||||
} else {
|
||||
@@ -173,7 +173,7 @@ void BalloonProcess::updateStyles()
|
||||
" padding: 4px 8px;"
|
||||
"}"
|
||||
"QWidget#BalloonProcess QPushButton:hover {"
|
||||
" background-color: rgba(255,255,255,26);"
|
||||
"background-color: palette(Light);"
|
||||
"}";
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user