mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
Initial commit
This commit is contained in:
parent
f66c347cb9
commit
52d58c26c9
8
src/qt/res/css/drkblue.css
Executable file
8
src/qt/res/css/drkblue.css
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
QWidget { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #FFFFFF, stop: 1 #0099FF) }
|
||||||
|
QToolBar { background-color: #82CDFF }
|
||||||
|
QToolButton { background-color: #82CDFF }
|
||||||
|
QFrame { background-color: #DDFFFF }
|
||||||
|
QFormLayout { color: red; background-color: #DDFFFF }
|
||||||
|
QPushButton { color: black; background-color: #22BBFF }
|
||||||
|
QCheckBox { color: black; background-color:rgba(0,0,0,0.0) }
|
||||||
|
QLabel { color: black; background-color:rgba(255,0,0,0.0) }
|
Loading…
Reference in New Issue
Block a user