-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.qss
44 lines (38 loc) · 920 Bytes
/
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
/*
Copyright (c) 2022 Autodesk, Inc
CONFIDENTIAL AND PROPRIETARY
This work is provided "AS IS" and subject to the ShotGrid 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 ShotGrid Pipeline Toolkit Source Code License. All rights
not expressly granted therein are reserved by Autodesk, Inc.
*/
SGQToolButton
{
border: none;
outline: none;
padding: 4px;
}
SGQToolButton#view_mode_list_button:checked,
SGQToolButton#view_mode_grouped_button:checked,
SGQToolButton:hover
{
background-color: palette(light);
border-radius: 4px;
}
SGQToolButton#errors_toggle:checked,
SGQToolButton#errors_toggle:hover
{
background-color: none;
}
SGQToolButton:hover
{
color: rgba(255, 255, 255, 1);
}
SGQFrame
{
background-color: #1B1B1B;
}
SGQToolButton#reset_btn {
padding-right: 18px;
}