mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 16:36:15 +00:00
change markdown history page style (#6492)
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
padding: 5px 10px;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.history-list-container .history-list-item:hover {
|
||||
|
@@ -19,8 +19,12 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.history-list-item .history-operation .sf3-font-more-vertical:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.history-info .time {
|
||||
color: #000;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.history-info .owner {
|
||||
@@ -36,8 +40,3 @@
|
||||
background-color: #549b5a;
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
|
||||
.history-body .dropdown-menu a {
|
||||
text-decoration: none;
|
||||
color: #6e7687;
|
||||
}
|
||||
|
Reference in New Issue
Block a user