Subversion Repositories DevTools

Rev

Rev 5056 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5056 Rev 5102
Line 15... Line 15...
15
   * Body styles
15
   * Body styles
16
   */
16
   */
17
}
17
}
18
 
18
 
19
.side_panel table.side_panel_table tbody td {
19
.side_panel table.side_panel_table tbody td {
20
  border-top-style: solid;
-
 
21
  border-bottom-style: solid;
20
  border-bottom-style: solid;
22
  border-width: 1px;
21
  border-width: 1px;
23
  border-color: white;
22
  border-color: white;
24
  padding-left: 1em;
23
  padding-left: 1em;
25
  color: black;
24
  color: black;
26
  //font-weight: bold;
25
  //font-weight: bold;
27
  padding-top: 4px;
26
  padding-top: 4px;
28
  padding-bottom: 4px;
27
  padding-bottom: 4px;
29
}
28
}
30
.side_panel table.side_panel_table tbody tr:hover {
-
 
31
 background-color:#E3B62D;
-
 
32
}
-
 
33
 
29
 
34
.side_panel table.side_panel_table tbody tr {
30
table.side_panel_table .side_panel_data:hover {
35
    background-color: #FFCC33;
31
 background-color:#4CAEC5;
36
}
32
}
37
.side_panel .dataTables_wrapper.no-footer .dataTables_scrollBody {
-
 
-
 
33
 
38
  border-top-style: solid;
34
.side_panel,
39
  border-width: 1px;
35
table.side_panel_table .side_panel_data {
40
  border-color: white;
36
    background-color: #87E7FD;
41
}
37
}
42
.side_panel table.dataTable thead th,
38
.side_panel table.dataTable thead th,
43
.side_panel table.dataTable thead td {
39
.side_panel table.dataTable thead td {
44
  border-bottom-style: solid;
40
  border-bottom-style: solid;
45
  border-width: 1px;
41
  border-width: 1px;
46
  border-color: white;
42
  border-color: white;
47
}
43
}
48
 
44
 
-
 
45
.side_panel .dataTables_wrapper.no-footer .dataTables_scrollBody {
-
 
46
  border-bottom: none;
-
 
47
}
49
 
48
 
50
table.dataTable thead th,
49
table.dataTable thead th,
51
table.dataTable tfoot th {
50
table.dataTable tfoot th {
52
  font-weight: bold;
51
  font-weight: bold;
53
}
52
}