mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-03 02:06:45 +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-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;
|
||||
|
@ -51,7 +51,7 @@
|
||||
{% endif %}
|
||||
</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">
|
||||
{% if has_file_search %}
|
||||
|
Loading…
Reference in New Issue
Block a user