mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #368, filter for views
This commit is contained in:
13
src/blackgui/qss/filterdialog.qss
Normal file
13
src/blackgui/qss/filterdialog.qss
Normal file
@@ -0,0 +1,13 @@
|
||||
QDialog {
|
||||
background: black; /** background is background color here **/
|
||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
background-color: rgba(0, 0, 255, 128);
|
||||
border-style: none;
|
||||
border-radius:3px;
|
||||
color: yellow;
|
||||
padding: 3px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user