Base menu layout improved.

This commit is contained in:
Khopa
2019-10-16 22:22:16 +02:00
parent 48748bbc39
commit fee959940a
5 changed files with 157 additions and 64 deletions

View File

@@ -53,6 +53,12 @@ QPushButton[style="btn-danger"]:hover{
cursor: pointer;
}
QLabel[style="base-title"]{
font-size: 24px;
font-color: #ccc;
border: 1px solid #ccc;
}
/*QBaseMenu{
background-color:#699245;
color:white;