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.qss43
1 files changed, 7 insertions, 36 deletions
diff --git a/src/Authoring/Studio/style.qss b/src/Authoring/Studio/style.qss
index a5b4bab9..b464bbc0 100644
--- a/src/Authoring/Studio/style.qss
+++ b/src/Authoring/Studio/style.qss
@@ -310,27 +310,17 @@ QDialog#AboutDlg QPushButton:pressed {
border: 1px solid #41cd52;
}
-/* TimeLineToolbar */
-QWidget#TimeLineParent,
-TimeLineToolbar QWidget#layoutWidget {
- background: #404244;
-}
-
-TimeLineToolbar QPushButton#timeButton {
+/* TimelineToolbar */
+QPushButton#timelineButton {
border: 0px;
}
-TimeLineToolbar QLabel#dataInputName {
- background: transparent;
- color: #ff5102;
+QPushButton:pressed#timelineButton {
+ background: #46a2da;
}
-QLabel#timebarToolTip {
- background: #404244;
- color: #ffffff;
- font-size: 12px;
- border: 1px solid #727476;
- border-radius: 2;
+QPushButton:hover:!pressed#timelineButton {
+ background: #262829;
}
/* Loading progress dialog */
@@ -346,15 +336,12 @@ QDialog#ProgressDlg QWidget#progressActionText {
font-size: 16px;
}
-/* Sub-presentation Dialogs and Data Input Dialogs */
-QDialog#SubPresentationListDlg QTableView QTableCornerButton::section,
-QDialog#SubPresentationListDlg QHeaderView::section,
+/* Data Input Dialogs */
QDialog#DataInputListDlg QTableView QTableCornerButton::section,
QDialog#DataInputListDlg QHeaderView::section {
font-weight: bold;
}
-QDialog#SubPresentationListDlg QTableView,
QDialog#DataInputListDlg QTableView {
selection-background-color: #46a2da;
gridline-color: #2e2f30;
@@ -370,7 +357,6 @@ QDialog#DataInputListDlg QComboBox QAbstractItemView::item
margin-top: 5px;
}
-QDialog#SubPresentationListDlg QPushButton#SubPresentationListButton,
QDialog#DataInputListDlg QPushButton#DataInputListButton {
background-color: transparent;
border: 0px;
@@ -381,31 +367,16 @@ QDialog#DataInputListDlg QPushButton#DataInputListButton {
padding: 0px;
}
-QDialog#SubPresentationListDlg QPushButton#SubPresentationListButton:pressed,
QDialog#DataInputListDlg QPushButton#DataInputListButton:pressed {
background-color: #262829;
}
-QDialog#SubPresentationDlg QPushButton:!enabled,
QDialog#DataInputDlg QPushButton:!enabled,
QDialog#DataInputDlg QComboBox QAbstractItemView::item:disabled {
background: transparent;
color: #727476;
}
-/* Data input chooser */
-DataInputSelectDlg {
- border: 1px solid #404244;
-}
-
-DataInputSelectDlg::item:selected {
- background: #46a2da;
-}
-
-DataInputSelectDlg::item:hover {
- background: #23516d;
-}
-
/* QSlider horizontal */
QSlider {
background: transparent;