summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/style.qss
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2017-11-23 11:55:43 +0200
committerAntti Kokko <antti.kokko@qt.io>2017-11-28 09:38:54 +0000
commitd2396c5c9e2ca4247262e93b02713b249055f34c (patch)
treeee7a3713a5f24abfb5f2997fe63219b638d8883c /src/Authoring/Studio/style.qss
parentc253cce60da74bb654b69333ad24cd1cd1f81f1d (diff)
Update sub-presentation dialog
Task-number: QT3DS-505 Change-Id: Id6529d65f83dddb7ce31be657986b9b25331092e Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Pasi Keränen <pasi.keranen@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/Authoring/Studio/style.qss')
-rw-r--r--src/Authoring/Studio/style.qss22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/Authoring/Studio/style.qss b/src/Authoring/Studio/style.qss
index f04bdaae..28f52c41 100644
--- a/src/Authoring/Studio/style.qss
+++ b/src/Authoring/Studio/style.qss
@@ -276,7 +276,25 @@ TimeLineToolbar QPushButton#timeButton {
}
/* Sub-presentation Dialog */
-QDialog#SubPresentationsDlg QWidget::!enabled {
- color: #727476;
+QDialog#SubPresentationListDlg QTableView QTableCornerButton::section,
+QDialog#SubPresentationListDlg QHeaderView::section {
background: transparent;
}
+
+QDialog#SubPresentationListDlg QTableView {
+ selection-background-color: #46a2da;
+}
+
+QDialog#SubPresentationListDlg QPushButton#SubPresentationListButton {
+ background-color: transparent;
+ border: 0px;
+ min-width: 16px;
+ max-width: 16px;
+ min-height: 16px;
+ max-height: 16px;
+ padding: 0px;
+}
+
+QDialog#SubPresentationListDlg QPushButton#SubPresentationListButton:pressed {
+ background-color: #262829;
+}