toolbuton is transparent and without borders

This commit is contained in:
iLLiCiTiT 2021-05-31 14:56:16 +02:00
parent b2ba57d920
commit b5f50c5fe1

View file

@ -74,9 +74,10 @@ QPushButton:disabled {
}
QToolButton {
border: 1px solid #aaaaaa;
border: none;
background: transparent;
border-radius: 0.2em;
background: {color:bg-buttons};
padding: 2px;
}
QToolButton:hover {