1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

[dtable] cleanup: removed unused css/svg/html files (#4346)

This commit is contained in:
llj
2019-12-10 20:11:50 +08:00
committed by Daniel Pan
parent 157a2266df
commit d4964d6b6e
4 changed files with 0 additions and 258 deletions

View File

@@ -1,203 +0,0 @@
.side-panel-north, .main-panel-north {
background-color: #fff;
box-shadow: 0 2px 3px #eee;
}
.dtable-header {
height: 50px;
}
.dtable-header .dtable-text {
display: flex;
align-items: center;
font-size: 1.25rem;
color: #555555;
}
.dtable-side-nav {
padding: 12px;
flex: auto;
display: flex;
flex-direction: column;
overflow: auto;
}
.dtable-nav-title {
font-size: 1rem;
color: #322;
font-weight: normal;
line-height: 1.5;
}
.dtable-side-nav .dtable-nav-list {
flex-wrap: inherit;
height: auto;
border-bottom: none;
}
.dtable-nav-list .dtable-nav-item {
line-height: 38px;
border-radius: 0.25rem;
}
.dtable-nav-list .dtable-nav-item .dtable-nav-link {
margin: 0;
width: 100%;
color: #000;
}
.dtable-nav-list .dtable-nav-item .dtable-nav-link:hover {
background-color: #f5f5f5;
}
.dtable-nav-list .dtable-nav-item.active .dtable-nav-link {
color: #fff;
background-color: #F4A74C;
}
.dtable-nav-list .dtable-nav-link .nav-icon {
padding-right: 0.5rem;
font-size: 1.5rem;
}
.dtable-header .common-toolbar {
display: flex;
margin-left: auto;
}
.dtable-header .common-toolbar>div {
cursor: pointer;
margin-left: 0.5rem;
}
.dtable-center .cur-view-header {
line-height: 50px;
font-size: 1.5rem;
padding: 0 16px;
}
.dtable-center .cur-view-header .cur-view-title {
border-bottom: 1px solid #eee;
}
.dtable-center .dtable-add-btn {
width: 8rem;
}
.workspace {
margin: 0.5rem 0;
}
.workspace:last-child {
margin-bottom: 150px;
}
.workspace .workspace-name {
font-weight: 400;
color: #202428;
padding: 2px;
border-bottom: 2px solid #e3e3e3;
font-size: 1rem;
}
.workspace .workspace-name-container .dropdown-toggle:after {
color: #929292;
}
.workspace .workspace-name-container:hover .workspace-name {
border-bottom: 2px solid #202428;
}
.workspace .workspace-name-container:hover .dropdown-toggle:after {
color: #202428;
}
.workspace .add-table-btn {
width: 42px;
height: 42px;
background-color: #f0f0f0;
border-radius: 5px;
display: flex;
}
.workspace .add-table-btn:hover {
background-color: #e3e3e3;
}
.workspace .add-table-btn i {
margin: auto;
font-size: 18px;
color: #929292;
}
.workspace .add-table-btn:hover i {
color: #202428;
}
.add-table-btn-container {
align-items: center;
margin: 1rem 0 0.75rem;
}
.add-table-btn-container span {
margin-left: 1rem;
}
.add-workspace {
color: #929292;
}
.add-workspace:hover {
color: #202428;
}
.workspace .table-heading {
padding: 0.25rem;
}
.workspace .table-heading-border {
border-bottom: 1px solid #e6e6e6;
}
.workspace .sf3-font {
color: #949494;
font-size: 20px;
}
.workspace .add-table-range:hover {
background-color: #f8f8f8;
}
.workspace .table-item-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
min-height: 0;
}
.workspace .table-item-container .table-item {
width: 48%;
height: 2.5625rem;
padding: 0.5rem;
justify-content: center;
align-items: center;
display: flex;
border-radius: 4px
}
.workspace .table-item .table-icon {
width: 9%;
height: 100%;
display: flex;
align-items: center;
}
.workspace .table-item .table-name {
width: 76%;
height: 100%;
}
.workspace .table-item .table-dropdown-menu {
width: 15%;
height: 100%;
text-align: right;
position: relative;
}
.workspace .table-item .table-dropdown-menu .table-dropdown-menu-icon {
width: 24px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
}
.table-item-more-operation i {
color: #999;
cursor: pointer;
}
.table-item-more-operation a:hover {
text-decoration: none;
}
.table-item-more-operation i:hover {
color: #666;
}

View File

@@ -1,3 +0,0 @@
.rc-calendar tbody tr {
height: 1.75rem;
}