Skip to content

Commit 9bd4cc2

Browse files
authored
Update gradient-dark.qss
1 parent 9d12536 commit 9bd4cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/share/plainDE/styles/gradient-dark.qss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ QWidget#appletsPane, QWidget#appearancePane,
55
QWidget#datetimeAppletPane, QWidget#appMenuAppletPane,
66
QWidget#about, QWidget#keyboardPane, QWidget#layoutDialog,
77
QWidget#localIPv4AppletPane, QWidget#panelsPane,
8-
QWidget#mprisApplet, QWidget#mprisCard, QInputDialog {
8+
QWidget#mprisApplet, QWidget#mprisCard, QInputDialog, QMessageBox {
99
background-color: qlineargradient(spread:pad, x1:0.523, y1:0.568182, x2:0.517, y2:1, stop:0 rgba(34, 34, 34, 255), stop:1 rgba(17, 17, 17, 255));
1010
}
1111

12-
QLabel {
12+
QLabel, QMessageBox {
1313
color: #f3f3f3;
1414
}
1515

0 commit comments

Comments
 (0)