summaryrefslogtreecommitdiff
path: root/gui/resources
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-26 03:06:14 -0400
committerbd <bdunahu@operationnull.com>2025-04-26 03:06:14 -0400
commitc98a0c26c4ccb5c4ae0e9f5810be910a7b299037 (patch)
tree25ee156ab0922694fa795ba6085749bcfcc157e7 /gui/resources
parent858a682d11cef5b7695050967b1c6b184eda3c6a (diff)
Add proper tables display for storage devices
Diffstat (limited to 'gui/resources')
-rw-r--r--gui/resources/styles.qss30
1 files changed, 21 insertions, 9 deletions
diff --git a/gui/resources/styles.qss b/gui/resources/styles.qss
index 76d0311..a61035e 100644
--- a/gui/resources/styles.qss
+++ b/gui/resources/styles.qss
@@ -50,15 +50,27 @@ QGroupBox::title {
QLabel {
}
-/* text entry */
-QLineEdit {
- font-size: 18pt;
- border-radius: 0px;
- padding: 0 4px;
- selection-background-color: "#00cc00";
+QTableView {
+ border: 0px;
+ selection-background-color: transparent;
+ selection-color: black;
+ outline: none;
+}
+
+QTableView::item {
+ border: none;
+ padding: 4px;
+}
+
+QHeaderView::section {
+ color: "#00cc00";
+ background-color: "#000200";
+ border: none;
}
-QTextEdit, QListView {
+QTableView QTableCornerButton::section {
+ background-color: "#000200";
+ border: none;
}
QPushButton {
@@ -71,8 +83,8 @@ QPushButton {
QPushButton:pressed {
color: "#00cc00";
- background-color: "#000200";
-}
+ background-color: "#000200";}
+
QPushButton:flat {
border: none; /* no border for a flat push button */