summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/style.qss
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/style.qss')
-rw-r--r--src/Authoring/Studio/style.qss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Authoring/Studio/style.qss b/src/Authoring/Studio/style.qss
index 0636e49c..e26785c0 100644
--- a/src/Authoring/Studio/style.qss
+++ b/src/Authoring/Studio/style.qss
@@ -435,6 +435,17 @@ QDialog#DataInputDlg QComboBox QAbstractItemView::item:disabled {
color: #727476;
}
+QDialog#DataInputDlg QTableView {
+ selection-background-color: #46a2da;
+ gridline-color: transparent;
+ border: 1px solid #808080;
+ background-color: transparent;
+}
+
+QDialog#DataInputDlg QTableView::item:selected {
+ background-color: #46a2da;
+}
+
/* QSlider horizontal */
QSlider {
background: transparent;