add a TODO
[sface.git] / sface.py
index e6112cd..eca288b 100644 (file)
--- 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;
+}
+
 ''')