1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

Add the ability to create files and selected states

This commit is contained in:
zxj96
2019-04-19 17:36:37 +08:00
parent 270b0dff8a
commit ca7857e654
5 changed files with 160 additions and 20 deletions

View File

@@ -71,4 +71,12 @@
bottom: 0;
right: 10px;
width: 16px;
}
.grid-selected-active {
background-color: #f8f8f8;
}
.grid-selected-link-active a{
color: #eb8205;
}