Initial commit

This commit is contained in:
crowning2 2015-02-16 22:01:13 +01:00
parent f66c347cb9
commit 52d58c26c9

8
src/qt/res/css/drkblue.css Executable file
View 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) }