杨万青 930ed1fadc add trash-files and uninstall-app ConfirmDialog
Change-Id: I9f328a9a2ac7bed98795bfeb274d7274d19385f9
2015-09-01 10:36:38 +08:00

55 lines
1.1 KiB
Plaintext

QFrame#ContentFrame{
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 4px;
}
QPushButton#CloseButton{
border-image: url(":/images/Resource/dark/images/dark_close_small_normal.png")
}
QPushButton#CloseButton:hover{
border-image: url(":/images/Resource/dark/images/dark_close_small_hover.png")
}
QPushButton#CloseButton:pressed{
border-image: url(":/images/Resource/dark/images/dark_close_small_press.png")
}
QPushButton#ActionButton{
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.3);
border-right: none;
border-left: none;
border-bottom: none;
color: white;
text-align: center;
}
QPushButton#ActionButton:hover{
background-color: transparent;
color: rgba(255, 255, 255, 0.5);
}
QPushButton#ActionButton:pressed{
background-color: transparent;
color: #01bdff;
}
QLabel#VLine{
background-color:rgba(255, 255, 255, 0.3);
}
QLabel#MessageLabel{
padding-top: 2px;
padding-bottom: 2px;
color: white;
}
QLabel#TipMessageLabel{
padding-top: 2px;
padding-bottom: 2px;
color: #ffa530;
}