mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 23:34:45 +00:00
* update css stylesheet, replace css properties with css variable * update css variable * libraries,favorites,activities and help pages, etc * wiki dark mode * sdoc dark mode * markdown, text editor, etc * sysadmin pages * update seafile-ui.css * update template, css variable * clean up * update seafile-ui * update modal css * update seafile-ui.css * delete diff --------- Co-authored-by: zhouwenxuan <aries@Mac.local> Co-authored-by: Michael An <1822852997@qq.com>
47 lines
890 B
CSS
47 lines
890 B
CSS
.repos-sort-menu-toggle:hover {
|
|
background: #e5e6e7;
|
|
}
|
|
|
|
.sf-single-selector .options-container.repos-sort-menu {
|
|
min-width: 215px;
|
|
}
|
|
|
|
#files-content-container td:first-child {
|
|
text-align: left !important;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
#files-content-container .libraries-empty-tip-in-list-mode {
|
|
color: #666;
|
|
text-align: center;
|
|
padding: 4px 0;
|
|
border-bottom: 1px solid var(--bs-border-color);
|
|
}
|
|
|
|
#files-content-container .libraries-empty-tip-in-grid-mode {
|
|
color: #666;
|
|
text-align: center;
|
|
height: 56px;
|
|
line-height: 52px;
|
|
border: 2px dashed var(--bs-border-color);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.library-grid-item {
|
|
width: 48%;
|
|
height: 56px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.library-grid-item:hover {
|
|
background: var(--bs-tr-hover-bg);
|
|
}
|
|
|
|
.library-grid-item .library-name {
|
|
color: var(--bs-body-color);
|
|
}
|
|
|
|
.library-grid-item .library-grid-item-icon {
|
|
margin-left: 6px;
|
|
}
|