forked from danny-sg/slickgrid-spreadsheet-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins-common.css
94 lines (82 loc) · 1.54 KB
/
plugins-common.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.slick-header-menubutton
{
background-position: center center;
background-repeat: no-repeat;
border-left: thin ridge silver;
bottom: 0;
cursor: pointer;
display: inline-block;
position: absolute;
right: 0;
top: 0;
width: 18px;
}
.slick-header-menu
{
background: none repeat scroll 0 0 white;
border: 1px solid #BFBDBD;
min-width: 175px;
padding: 4px;
z-index: 100000;
cursor: default;
display: inline-block;
margin: 0;
position: absolute;
}
.slick-header-menu BUTTON
{
border: 1px solid #BFBDBD;
background-color: White;
width: 45px;
padding: 4px;
margin: 4px 4px 4px 0;
}
.slick-header-menu .filter
{
border: 1px solid #BFBDBD;
font-size: 8pt;
height: 400px;
margin-top: 6px;
overflow: scroll;
padding: 4px;
white-space: nowrap;
width: 200px;
}
label
{
display: block;
margin-bottom: 5px;
}
.slick-header-menuitem
{
border: 1px solid transparent;
padding: 2px 4px;
cursor: pointer;
list-style: none outside none;
margin: 0;
}
.slick-header-menuicon
{
background-position: center center;
background-repeat: no-repeat;
display: inline-block;
height: 16px;
margin-right: 4px;
vertical-align: middle;
width: 16px;
}
.slick-header-menucontent
{
display: inline-block;
vertical-align: middle;
}
.slick-header-menuitem:hover
{
border-color: #BFBDBD;
}
.header-overlay, .cell-overlay, .selection-cell-overlay
{
display: block;
position: absolute;
z-index: 999;
}