forked from shotgunsoftware/tk-rv-shotgunreview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.qss
88 lines (70 loc) · 1.94 KB
/
style.qss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/*
Copyright (c) 2015 Shotgun Software Inc.
CONFIDENTIAL AND PROPRIETARY
This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
Source Code License included in this distribution package. See LICENSE.
By accessing, using, copying or modifying this work you indicate your
agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
not expressly granted therein are reserved by Shotgun Software Inc.
*/
QWidget {
font-family: Proxima Nova;
background: rgb(37,38,41);
color: rgb(126,127,129);
border-color: rgb(37,38,41);
margin: 0px;
padding: 0px;
}
QScrollBar::sub-page {
background: transparent;
}
QScrollBar::add-page {
background: transparent;
}
QListView, QTableView, QScrollArea {
border: none;
background: rgb(37,38,41);
}
QTabBar {
border: none;
alignment: center;
background: transparent;
margin: 4px;
color: rgb(126,127,129);
}
QTabBar::tab {
border: none;
alignment: center;
background: transparent;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 4px;
color: rgb(126,127,129);
}
QTabBar::tab:hover {
color: {{SG_HIGHLIGHT_COLOR}};
}
QTabBar::tab:selected {
color: {{SG_HIGHLIGHT_COLOR}};
}
QToolButton#more_info_button:hover, QToolButton#more_fields_button:hover, QToolButton#version_fields_button:hover, QToolButton#version_sort_button:hover {
color: {{SG_HIGHLIGHT_COLOR}};
}
QToolButton#more_fields_button:menu-indicator, QToolButton#version_fields_button:menu-indicator, QToolButton#version_sort_button:menu-indicator {
image: none;
}
#close_button, #float_button {
background: transparent;
}
#empty_label {
background: transparent;
}
#version_sort_menu, #related_cuts_menu {
padding: 2px;
border-radius: 0px;
border: 1px solid rgb(100,100,100);
background-color: rgb(50, 50, 50);
}
#version_sort_menu QLabel, #related_cuts_menu QLabel {
background-color: rgb(50, 50, 50);
}