[ui] icons, buttons and colors changes

This commit is contained in:
Vinicius Moreira
2020-04-27 18:46:21 -03:00
parent 30bcc9eccd
commit c8385035ee
32 changed files with 600 additions and 867 deletions

View File

@@ -401,7 +401,7 @@ class IconButton(QWidget):
if background:
style = 'QToolButton { color: white; background: ' + background + '} '
style += 'QToolButton:disabled { color: white; background: grey }'
style += 'QToolButton:disabled { color: white; background: blue }'
self.bt.setStyleSheet(style)
if tooltip: