-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCFX - Infor843ColorFix.css
More file actions
127 lines (95 loc) · 2.32 KB
/
CFX - Infor843ColorFix.css
File metadata and controls
127 lines (95 loc) · 2.32 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
/*
Make Infor CRM 8.4.03 look less garish
Copyright 2020 Customer FX Corporation
customerfx.com
*/
#mainnavContainer {
background-color: #4b71ab;
}
#navLogo {
background-color: #464646;
}
.tlk-Tree-Container {
border-bottom: 1px solid #4b71ab;
}
.inforFormButton.default {
background-color: #4b71ab;
}
#titlePane {
background-color: #4b71ab;
}
#GroupLookupButton > .dijitButtonNode {
background-color: #4b71ab;
}
#GroupLookupButton > .dijitButtonNode:hover {
background-color: #4b71ab;
}
.past-due-button .dijitButton > .dijitButtonNode {
background-color: #4b71ab !important;
}
#LogoPanel {
background: #4b71ab;
border-right: solid 1px #4b71ab;
}
.nav-bar-pane {
background-color: #4b71ab;
}
.nav-bar-item-current-page {
background-color: #3d5d8c;
}
.inforSoHoXi .dijitAccordionTitle, .inforSoHoXi .dijitAccordionInnerContainerSelected .dijitAccordionTitle {
background-color: #3d5d8c !important;
}
.mainContentHeader2 {
background-color: #4b71ab;
}
.activity-dialog .dhx_cal_header {
background-color: #4b71ab;
}
.dijitSplitter {
background-color: #4b71ab !important;
}
.inforSoHoXi .dijitAccordionInnerContainer {
background-color: #4b71ab !important;
border-bottom: 1px solid #3d5d8c;
}
.inforSoHoXi .dijitAccordionTitle {
background-color: #4b71ab !important;
}
.inforSoHoXi .dijitTabController {
background-color: #4b71ab !important;
}
.dijitTabListWrapper {
background-color: #4b71ab !important;
}
.inforSoHoXi .dijitTabActive, .inforSoHoXi .dijitTabChecked {
background-color: #4b71ab !important;
}
.inforSoHoXi .dijitTab, .inforSoHoXi .dijitTabHover {
background-color: #4b71ab !important;
}
.tws .tws-main-tab-buttons {
background-color: #4b71ab;
}
.tws .tws-tab-element div.tws-tab-view-header {
background-color: #4b71ab;
}
.tws-active-tab-button {
color: #4b71ab !important;
}
.tws-tab-button {
background-color: #4b71ab;
}
div .mainContentHeader {
background-color: #464646 !important;
}
.inforSoHoXi .dijitToolbar {
background-color: #464646;
}
div.task-pane-header {
background-color: #464646;
}
.task-pane-item > .dijitTitlePaneTitle {
background-color: #888;
}