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:
@@ -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 {
|
||||||
|
@@ -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;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user