1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00

12.0 remove font awesome (#6257)

* remove font-awesome

* remove font awesome 3.2.1
This commit is contained in:
Michael An
2024-06-28 08:39:44 +08:00
committed by GitHub
parent f8b98517ee
commit 6233649970
140 changed files with 448 additions and 5672 deletions

View File

@@ -1,42 +1,56 @@
body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.file-view-header {
padding: 4px 10px;
background: #fff;
border-bottom: 1px solid #c9c9c9;
flex-shrink: 0;
}
.file-view-header .file-toolbar-more-operations {
height: 38px;
padding: 0;
}
.file-title {
font-size: 1.2rem;
font-weight: bold;
line-height: 1.5;
margin-bottom: 0;
}
.file-star {
font-size: .875rem;
color: #999;
margin-left: .5rem;
}
.file-star:hover,
.file-star:focus {
text-decoration: none;
color: #999;
}
.file-locked-icon {
margin-left: .5rem;
}
.meta-info {
font-size: .8125rem;
}
.file-view-content {
padding: 30px 0;
background: #f4f4f4;
border-right: 4px solid transparent;
}
.tip {
color: #808080;
}
@@ -51,6 +65,7 @@ body {
animation: move .5s ease-in-out 1;
z-index: 50;
}
@keyframes move {
from {
right: -500px;
@@ -61,10 +76,12 @@ body {
opacity: 1;
}
}
/* for mobile */
/* for mobile */
.file-view-body .seafile-comment {
width: 100%;
}
@media (min-width: 768px) {
.file-view-body .seafile-comment {
width: 300px;

View File

@@ -312,7 +312,8 @@ img[src=""],img:not([src]) { /* for first loading img*/
padding: 0 1rem;
}
.cur-view-container .fa-star.fas {
.cur-view-container .sf3-font-star-empty.sf3-font,
.cur-view-container .sf3-font-star.sf3-font {
color: #999;
}

View File

@@ -191,6 +191,8 @@
.dir-content-main .wiki-open-file {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
border-radius: 50%;
box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
@@ -204,12 +206,6 @@
cursor: pointer;
}
.dir-content-main .wiki-open-file i {
position: absolute;
top: 12px;
left: 12px;
}
.dir-content-main .wiki-open-file:hover {
background-color: #f6f6f6;
}

View File

@@ -194,8 +194,8 @@
padding-left: 0.5rem;
width: 30rem;
}
.search-page .search-page-container .fa-angle-double-up,
.search-page .search-page-container .fa-angle-double-down {
.search-page .search-page-container .sf3-font-angles-up,
.search-page .search-page-container .sf3-font-angles-down {
font-size: 1rem;
}
.search-page .advanced-search .search-file-types .search-input {