-
Notifications
You must be signed in to change notification settings - Fork 28
/
plugins-excel-style.css
71 lines (60 loc) · 1.29 KB
/
plugins-excel-style.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
67
68
69
70
71
body {
margin: 0;
}
body, BUTTON {
font-family: 'Segoe UI';
font-size: 8.25pt;
}
.slick-cell {
border-color: transparent #D4D4D4 #D4D4D4 transparent;
border-style: solid solid solid solid;
border-width: 0px 1px 1px 0px;
padding: 1px 1px 0px 2px;
background-color: White;
font: 11pt Calibri, 'Segoe UI',Arial,Verdana,Sans-Serif;
}
.slick-header-columns {
border-bottom: 1px solid #BBBBBB;
font: 10pt Calibri,'Segoe UI',Arial,Verdana,Sans-Serif;
color: #5E5E5E;
}
.selected-header {
background-color: #E2E2E2;
color: #217346;
font-weight: bold;
}
.slick-column-name {
text-transform: uppercase;
margin-right: 14px;
display: block;
text-align: center;
}
.header-overlay {
background-color: #217346;
}
.cell-overlay, .selection-cell-overlay {
background-color: #217346;
}
input.editor-text {
font: 11pt Calibri, 'Segoe UI',Arial,Verdana,Sans-Serif;
background: none;
border: 0 none;
margin: 0;
outline: 0 none;
padding: 0;
width: 100%;
}
.handle-overlay {
border: 1px solid white;
padding: 2px;
background-color: #217346;
position: absolute;
width: 1px;
z-index: 1000;
cursor: crosshair;
}
.overlay-handle-decorator {
border: 2px solid #217346;
z-index: 1000;
}