调整黑色主题颜色

This commit is contained in:
datagear 2019-05-08 20:56:33 +08:00
parent 1f8ffc4a73
commit 995637d6c9
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 {