-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdarkmode.css
More file actions
75 lines (74 loc) · 2.07 KB
/
Copy pathdarkmode.css
File metadata and controls
75 lines (74 loc) · 2.07 KB
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
/*****
/***** DARK MODE *****/
.nav > li > a:hover {
background-color: #6b6f79 !important; }
.tdbar .btn {
background-color: transparent !important; }
.tdbar .btn:hover {
background-color: #6b6f79 !important;
text-decoration: none !important; }
.tdbar-settings .btn:hover {
background-color: transparent !important;
text-decoration: none !important; }
.sortable-item .nav > li > a:hover,
#upItemCounts .nav > li > a:hover {
background-color: transparent !important; }
.navbar a,
.navbar button,
.navbar button span,
.navbar .btn,
.navbar .btn-primary,
#divHeader h1,
.thTicket_spnTitle,
#upItemCounts .nav,
.organization-link a,
.tdbar button,
.tdbar button span,
.fa {
color: #d3dae3 !important; }
.feed-item,
.sortable-iitem,
.report-viewer,
.ui-tabs-active .ui-tabs-anchor,
.sortable-item .font-md {
color: #6b6f79 !important; }
#divHeader,
#divTabHeader,
#tabs,
#tabsList,
.dropdown-menu {
background-color: #2a2f39 !important;
border-color: #1d2027 !important; }
.ui-tabs-nav li,
.ui-tabs-nav li a,
.nav-tabs li,
.nav-tabs li a {
border: none !important; }
.panel {
border-color: #454c5c !important; }
.ModuleContent {
background-color: #d3dae3 !important;
color: #1d2027 !important; }
.ModuleContent a .fa, .ModuleContent a:link, .ModuleContent a:visited, .ModuleContent a:active {
color: #454c5c !important; }
.ModuleContent a:hover {
color: #d26911 !important; }
.ModuleContent .nav-pills li:hover,
.ModuleContent .nav-tabs li:hover {
color: #d26911 !important; }
.sortable-item,
.feed-item {
border-bottom: 1px solid #949494 !important; }
.feed-reply {
background-color: #f2f4f7 !important;
border-color: #90939b !important; }
.profile-image,
.profile-image img {
border-radius: 50% !important;
height: 60px !important;
object-fit: cover !important;
width: 60px !important; }
.panel-heading {
background-color: #1d2027 !important;
border-color: #2a2f39 !important;
color: #d3dae3 !important; }