Some styling

This commit is contained in:
Anakin
2017-01-21 16:33:03 +01:00
parent c4444bcefd
commit 6fa81a8ccc
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
QToolButton#test123 {
color: #000000;
}
QToolButton:checked {
background-color: #ffffff;
border-style: inset;
border-width: 1px;
border-radius: 5px;
border-color: #b3b3b3;
min-height: 25px
}
QToolButton:hover {
border-style: solid;
border-width: 1px;
border-radius: 5px;
border-color: #a4daff;
min-height: 25px
}