1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

change markdown history page style (#6492)

This commit is contained in:
Michael An
2024-08-05 21:02:48 +08:00
committed by GitHub
parent 381a945fb1
commit 5fbc14e089
2 changed files with 6 additions and 6 deletions

View File

@@ -80,6 +80,7 @@
padding: 5px 10px; padding: 5px 10px;
display: flex; display: flex;
flex: 1; flex: 1;
cursor: pointer;
} }
.history-list-container .history-list-item:hover { .history-list-container .history-list-item:hover {

View File

@@ -19,8 +19,12 @@
justify-content: center; justify-content: center;
} }
.history-list-item .history-operation .sf3-font-more-vertical:hover {
text-decoration: none;
}
.history-info .time { .history-info .time {
color: #000; color: #212529;
} }
.history-info .owner { .history-info .owner {
@@ -36,8 +40,3 @@
background-color: #549b5a; background-color: #549b5a;
margin-right: 0.25rem; margin-right: 0.25rem;
} }
.history-body .dropdown-menu a {
text-decoration: none;
color: #6e7687;
}