mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-04 10:46:58 +00:00
Improve style of side nav
This commit is contained in:
parent
376422c935
commit
c70cdcc2d4
@ -683,6 +683,7 @@ textarea:-moz-placeholder {/* for FF */
|
|||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
overflow-y:auto;
|
overflow-y:auto;
|
||||||
border-right:1px solid #eee;
|
border-right:1px solid #eee;
|
||||||
|
box-shadow:0 0 4px #ccc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.side-tabnav {
|
.side-tabnav {
|
||||||
@ -743,6 +744,15 @@ textarea:-moz-placeholder {/* for FF */
|
|||||||
line-height:1;
|
line-height:1;
|
||||||
color:#999;
|
color:#999;
|
||||||
}
|
}
|
||||||
|
.side-nav-toggle {
|
||||||
|
background:#fff;
|
||||||
|
font-size:1rem;
|
||||||
|
padding:6px 8px;
|
||||||
|
color:#666;
|
||||||
|
}
|
||||||
|
.side-nav-toggle:hover {
|
||||||
|
background:#ddd;
|
||||||
|
}
|
||||||
#group-nav .sharp {
|
#group-nav .sharp {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
width:42px;
|
width:42px;
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<button class="sf2-icon-list-view hidden-md-up" title="Side Nav Menu" id="js-toggle-side-nav" aria-label="{% trans "Side Nav Menu" %}"></button>
|
<button class="sf2-icon-list-view side-nav-toggle hidden-md-up" title="Side Nav Menu" id="js-toggle-side-nav" aria-label="{% trans "Side Nav Menu" %}"></button>
|
||||||
|
|
||||||
<div class="fright">
|
<div class="fright">
|
||||||
{% if has_file_search %}
|
{% if has_file_search %}
|
||||||
|
Loading…
Reference in New Issue
Block a user