-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom theme.css
66 lines (50 loc) · 1.41 KB
/
custom theme.css
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
// Global Resources / Themes / Custom / CustomerName / theme.css
/*Copyright 1996-2017 Information Builders, Inc. All rights reserved.*/
/* $Revision: 0.1 $: */
.pd-page-runner,
.pd-page-tab-content-wrapper,
.df-theme-background,
.pd-page {
/* first light yellow 255,255,230 #ffffe6 */
/* light yellow 255, 252, 245 #fffcf5 */
background: #fffcf5;
}
.breadcrumb {
box-shadow: none;
}
.resizeContainer {
height: 80% ;
margin: 0em;
}
/* all tabs in container follow same style? */
.otherFormatTabs {
font-style: italic;
font-size:small;
color: grey;
}
.pd-filter-window > .ibx-dialog-main-box > .ibx-dialog-title-box {
/* SP+ orange rgba(250,166,26,255) */
/* SP+ orange lightened 50% #FDD38C 253,211,140) */
/* background-color: rgba(253,211,140,255); */
/* testing */
/* background-color: rgba(255,252,245,255); */
background-color: rgba(232,232,232,255);
color: rgba(202,23,30,255);
}
.pd-filter-grid {
/* light yellow */
background-color: #fffcf5;
border: none;
box-shadow: none;
}
.pd-page-header {
/* SP+ orange rgba(250,166,26,255) */
/* background-color: rgba(253,211,140,255); */
/* background-color: rgba(255,252,245,255); */
background-color: rgba(232,232,232,255);
box-shadow: none;
max-height: 60px;
border-bottom: none;
color: rgba(202,23,30,255);
font-style: bold;
}