X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface.py;h=eca288bee68a8a09bfe71aaded8c4de08a2b6002;hp=e6112cd2832b8511cbd0aa61310c557e1a361e69;hb=4d4d8e5fd0711655ac0906d880857ff9d9d3bd16;hpb=b09988e1840c80455eef1e745a4205b49c03d6d0 diff --git a/sface.py b/sface.py index e6112cd..eca288b 100644 --- a/sface.py +++ b/sface.py @@ -18,9 +18,21 @@ QTreeView, QLineEdit { margin: 2px; } -QLabel { +QPushButton { + background-color: white; + border: 2px solid gray; + border-radius: 4px; + padding: 6px; +} +QPushButton:pressed { + background-color: #5599FF; } + +QLabel { + font-size: 14px; +} + ''')