forked from p81075629/datagear
调整黑色主题颜色
This commit is contained in:
parent
1f8ffc4a73
commit
995637d6c9
|
@ -8,7 +8,7 @@
|
|||
/*当前行*/
|
||||
.ace-tm .ace_gutter-active-line,
|
||||
.ace-tm .ace_marker-layer .ace_active-line{
|
||||
background-color: #1c1c1c;
|
||||
background-color: #141414;
|
||||
}
|
||||
.ace-tm .ace_gutter-active-line{
|
||||
font-weight: bold;
|
||||
|
|
|
@ -116,7 +116,7 @@ table.dataTable tbody tr {
|
|||
background-color: #000000;
|
||||
}
|
||||
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
|
||||
background-color: #1c1c1c;
|
||||
background-color: #141414;
|
||||
}
|
||||
table.dataTable.hover tbody tr.hover,
|
||||
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
|
||||
|
|
Loading…
Reference in New Issue