forked from shotgunsoftware/tk-multi-workfiles2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.qss
46 lines (39 loc) · 1.02 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
/*
Copyright (c) 2017 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.
*/
/* Use open sans font across the app if core supports it */
QWidget {
font-family: Open Sans;
font-style: Regular;
}
#step_filter_label {
font-size: 9px;
}
#step_filter_list_widget QCheckBox {
icon-size: 10px 10px;
padding-left: 10px;
}
#step_filters_frame QPushButton {
font-size: 9px;
}
QToolButton#thumbnail_mode,
QToolButton#list_mode
{
border: none;
outline: none;
padding: 4px;
}
QToolButton#thumbnail_mode:checked,
QToolButton#list_mode:checked,
QToolButton#thumbnail_mode:hover,
QToolButton#list_mode:hover
{
background-color: palette(light);
border-radius: 4px;
}