1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00
This commit is contained in:
Michael An
2019-06-11 18:34:47 +08:00
parent 2ed53456c8
commit 1996c6a13b
3 changed files with 31 additions and 22 deletions

View File

@@ -4,9 +4,15 @@
border-bottom: 2px solid #e3e3e3;
font-size: 1rem;
}
.workspace .workspace-name .dropdown-toggle:after {
color: #929292;
}
.workspace .workspace-name:hover {
border-bottom: 2px solid #202428;
}
.workspace .workspace-name:hover .dropdown-toggle:after {
color: #202428;
}
.workspace .add-table-btn {
width: 42px;
height: 42px;
@@ -27,6 +33,10 @@
}
.add-table-btn-container {
align-items: center;
margin: 1rem 0 0.75rem;
}
.add-table-btn-container span {
margin-left: 1rem;
}
.add-workspace {
color: #929292;