1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Improve style of side nav

This commit is contained in:
Daniel Pan
2016-05-05 14:00:22 +08:00
parent 376422c935
commit c70cdcc2d4
2 changed files with 11 additions and 1 deletions

View File

@@ -683,6 +683,7 @@ textarea:-moz-placeholder {/* for FF */
overflow-x:hidden;
overflow-y:auto;
border-right:1px solid #eee;
box-shadow:0 0 4px #ccc;
}
}
.side-tabnav {
@@ -743,6 +744,15 @@ textarea:-moz-placeholder {/* for FF */
line-height:1;
color:#999;
}
.side-nav-toggle {
background:#fff;
font-size:1rem;
padding:6px 8px;
color:#666;
}
.side-nav-toggle:hover {
background:#ddd;
}
#group-nav .sharp {
display:inline-block;
width:42px;