添加 idea 忽略文件,修改 css
This commit is contained in:
parent
b4e6bc2ac8
commit
8df00492a5
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
.idea
|
||||||
/data
|
/data
|
||||||
/dist
|
/dist
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@ -7,8 +7,13 @@ body.dark table.table-striped tr.even {
|
|||||||
background-color: #212f36;
|
background-color: #212f36;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#servers tr:nth-child(odd) {
|
||||||
|
/* color: red; */
|
||||||
|
background: #384d58;
|
||||||
|
}
|
||||||
|
|
||||||
body.dark table.table-striped tr.odd {
|
body.dark table.table-striped tr.odd {
|
||||||
background-color: #2f3c42;
|
background-color: #384d58;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark tr.expandRow {
|
body.dark tr.expandRow {
|
||||||
|
Loading…
Reference in New Issue
Block a user