mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-19 18:00:03 +00:00
fix table and nav UI
This commit is contained in:
@@ -790,7 +790,7 @@ a, a:hover {
|
||||
.nav-pills .nav-item .nav-link.active {
|
||||
background-color: #ff9800;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-bottom: 0.125rem solid transparent;
|
||||
}
|
||||
|
||||
.cur-view-path.tab-nav-container {
|
||||
@@ -1192,6 +1192,11 @@ table td {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.table>:not(caption)>*>*,
|
||||
.text-wrap table>:not(caption)>*>* {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.table-thead-hidden thead tr {
|
||||
height: 0;
|
||||
border: 0;
|
||||
|
Reference in New Issue
Block a user