diff options
author | bd <bdunahu@operationnull.com> | 2025-04-19 12:18:14 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-19 12:18:14 -0400 |
commit | 5ad39ec769fa09b9ac4dcc8f66232ef51384a3c6 (patch) | |
tree | 76291c5284711f5e371134439dce2c4c48432528 /gui/resources/styles.qss | |
parent | 24de6faf71c85e0281b32fb899fcbe4fe82380c4 (diff) |
Safely delete old controller object when re-initializing
Diffstat (limited to 'gui/resources/styles.qss')
-rw-r--r-- | gui/resources/styles.qss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gui/resources/styles.qss b/gui/resources/styles.qss index 9b63249..59d36ca 100644 --- a/gui/resources/styles.qss +++ b/gui/resources/styles.qss @@ -2,7 +2,8 @@ font-family: "BigBlueTermPlusNerdFontMono", "monospace"; font-size: 20pt; color: "#00cc00"; - background-color: "#000004"; + background-color: "#000200"; + border: 0px solid "#000200"; } /* main window */ @@ -12,7 +13,6 @@ QWidget { QGroupBox { text-decoration: underline "#00cc00"; font-size: 17pt; - background-color: "#000004"; border: 4px solid ; border-radius: 0px; margin-top: 1ex; /* leave space at the top for the title */ @@ -38,11 +38,10 @@ QLineEdit { QTextEdit, QListView { font-size: 10pt; - background-color: "#000004"; } QPushButton { - color: "#000004"; + color: "#000200"; background-color: "#00cc00"; border-radius: 0px; padding: 1px; @@ -51,7 +50,7 @@ QPushButton { QPushButton:pressed { color: "#00cc00"; - background-color: "#000004"; + background-color: "#000200"; } QPushButton:flat { |