1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

adjust-style (#2591)

This commit is contained in:
Michael An
2018-12-03 16:20:31 +08:00
committed by Daniel Pan
parent cae31a87ec
commit fad0a9cb53
2 changed files with 16 additions and 5 deletions

View File

@@ -37,19 +37,18 @@
}
.history-list-container .history-list-item {
margin-top: 0.5rem;
padding: 0 0.8rem;
display: flex;
flex: 1;
}
.history-list-container .history-list-item:hover {
background-color: #eee;
background-color: #ffe7d5;
}
.item-active {
color: #fff;
background-color: #feac74 !important;
background-color: #fdc297 !important;
}
.item-active i {