Skip to content

Commit

Permalink
1. 更改表格标题行的样式 fixed #13
Browse files Browse the repository at this point in the history
---
fixed #12
  • Loading branch information
AntonVanke committed Dec 8, 2022
1 parent 22dc5e0 commit 1287cc5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cement/cement.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ content {
border-bottom-right-radius: var(--hover-radius);
}

/*一个投机取巧的方法,不过我觉得还挺好看*/
#write table:not(.md-grid-board) thead tr:first-child th:first-child {
border-bottom-left-radius: var(--hover-radius) !important;
}

#write table:not(.md-grid-board) thead tr:first-child th:last-child {
border-bottom-right-radius: var(--hover-radius) !important;
}

/*
#write table:not(.md-grid-board):hover {
border-radius: var(--hover-radius);
Expand Down

0 comments on commit 1287cc5

Please sign in to comment.