-
Notifications
You must be signed in to change notification settings - Fork 1
/
jquery.greed.css
58 lines (49 loc) · 1.01 KB
/
jquery.greed.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
.Greed {
padding: 10px;
width: 100%;
position: relative;
}
.Greed table.datagrid {
}
.Greed table.datagrid th,
.Greed table.datagrid td
{
padding: 4px;
font-size: 11px;
font-family: Verdana;
empty-cells: show;
}
.Greed table.datagrid th {
background-color: #cccccc;
border-left: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
}
.Greed table.datagrid td {
border-left: 1px solid white;
border-top: 1px solid white;
border-right: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.Greed table.datagrid tr:first-child td {
border-top: 1px solid #eeeeee;
}
.Greed table.datagrid tr td:first-child {
border-left: 1px solid #eeeeee;
}
.Greed div.cursor {
border: 2px solid blue;
z-index: 2;
display: none;
position: absolute;
}
.Greed div.input {
width: 0px;
height: 0px;
overflow: auto;
}
.Greed div.input textarea {
width: 1px;
height: 1px;
}