2024-06-17 09:32:05 +08:00
|
|
|
.repos-sort-menu-toggle:hover {
|
|
|
|
background: #e5e6e7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sf-single-selector .options-container.repos-sort-menu {
|
2024-08-22 14:59:00 +08:00
|
|
|
min-width: 215px;
|
2024-06-17 09:32:05 +08:00
|
|
|
}
|
|
|
|
|
2024-05-01 21:13:56 +08:00
|
|
|
#files-content-container td:first-child {
|
2024-08-22 14:59:00 +08:00
|
|
|
text-align: left !important;
|
2024-05-01 21:13:56 +08:00
|
|
|
padding-left: 20px;
|
|
|
|
}
|
2024-05-16 14:51:07 +08:00
|
|
|
|
2024-06-17 09:32:05 +08:00
|
|
|
#files-content-container .libraries-empty-tip-in-list-mode {
|
2025-05-23 14:01:41 +08:00
|
|
|
color: #666;
|
2024-05-16 14:51:07 +08:00
|
|
|
text-align: center;
|
|
|
|
padding: 4px 0;
|
2025-07-15 14:07:26 +08:00
|
|
|
border-bottom: 1px solid var(--bs-border-color);
|
2024-05-16 14:51:07 +08:00
|
|
|
}
|
2024-06-17 09:32:05 +08:00
|
|
|
|
|
|
|
#files-content-container .libraries-empty-tip-in-grid-mode {
|
2025-05-23 14:01:41 +08:00
|
|
|
color: #666;
|
2024-06-17 09:32:05 +08:00
|
|
|
text-align: center;
|
|
|
|
height: 56px;
|
|
|
|
line-height: 52px;
|
2025-07-15 14:07:26 +08:00
|
|
|
border: 2px dashed var(--bs-border-color);
|
2024-06-17 09:32:05 +08:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.library-grid-item {
|
|
|
|
width: 48%;
|
|
|
|
height: 56px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.library-grid-item:hover {
|
2025-07-15 14:07:26 +08:00
|
|
|
background: var(--bs-tr-hover-bg);
|
2024-06-17 09:32:05 +08:00
|
|
|
}
|
|
|
|
|
2024-06-20 13:47:57 +08:00
|
|
|
.library-grid-item .library-name {
|
2025-07-15 14:07:26 +08:00
|
|
|
color: var(--bs-body-color);
|
2024-06-20 13:47:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.library-grid-item .library-grid-item-icon {
|
2024-06-17 09:32:05 +08:00
|
|
|
margin-left: 6px;
|
|
|
|
}
|