1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

Merge branch '6.3'

This commit is contained in:
zhengxie
2018-07-09 13:29:50 +08:00
42 changed files with 1572 additions and 459 deletions

View File

@@ -197,6 +197,7 @@
.sf2-icon-more:before { content: "\e032"; }
.sf2-icon-plus2:before { content: "\e033"; }
.sf2-icon-upload:before { content: "\e034"; }
.sf2-icon-x3:before { content: "\e035"; }
/******* tags **********/
html, body {
@@ -3292,6 +3293,11 @@ button.sf-dropdown-toggle:focus {
border-bottom:1px dotted #ddd;
margin-bottom:3px;
}
.search-time-range {
border-top:1px dotted #ddd;
margin-top:3px;
padding-top:3px;
}
.custom-ftype-options {
font-size:13px;
padding:2px 0;