Skip to content

Commit 1e94e33

Browse files
authored
Fix styling for disabled buttons (#3205)
1 parent 7677b55 commit 1e94e33

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/qt/res/css/light-hires.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ QPushButton:pressed {
136136
border:1px solid #333;
137137
}
138138

139+
QPushButton:disabled {
140+
background-color: #666;
141+
}
142+
139143
QComboBox { /* Dropdown Menus */
140144
border:1px solid #82C3E6;
141145
padding: 0px 5px 0px 5px;

src/qt/res/css/light.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ QPushButton:pressed {
136136
border:1px solid #333;
137137
}
138138

139+
QPushButton:disabled {
140+
background-color: #666;
141+
}
142+
139143
QComboBox { /* Dropdown Menus */
140144
border:1px solid #82C3E6;
141145
padding: 0px 5px 0px 5px;

0 commit comments

Comments
 (0)