-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathaddin-style.css
More file actions
81 lines (74 loc) · 1.24 KB
/
addin-style.css
File metadata and controls
81 lines (74 loc) · 1.24 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
@charset "UTF-8";
/*
* Copyright (c) 2017 Cybozu
*
* Licensed under the MIT License
*/
.fn-gantt .ganttGray {
background-color: #d3d3d3;
}
.fn-gantt .ganttGray .fn-label {
color: #444 !important;
}
.fn-gantt .ganttYellow {
background-color: #ffff99;
}
.fn-gantt .ganttYellow .fn-label {
color: #444 !important;
}
.fn-gantt .leftPanel, .fn-gantt .bar{
z-index: 0;
}
.row.day.sa {
background-color: #bddbf1;
}
.row.day.sn {
background-color: #f5b9be;
}
div#modal{
position: fixed;
top:0;
z-index:11;
width: 100%;
height: 100%;
background-color: transparent;}
div#modal div#box-min{
position: relative;
background-color:#ffffff;
width:500px;height:420px;
border:2px solid #666666;
padding:0 5px 0 5px;
}
div#box-min div.content{
overflow: visible;
}
.modal-close {
position: absolute;
top: 10px;
right: 20px;
cursor: pointer;
background: none;
border: 0;
font-size: 24px;
color: #666666;
}
h3 {
text-align:center;
font-size:xx-large;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#header h3 {
margin-bottom: 0;
}
#header h4 {
font-size: x-large;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
margin-top: 0;
}
.content {
text-align:center;
}