Bulk actions support (#1418)

This commit is contained in:
Markos Gogoulos
2025-11-11 11:32:54 +02:00
committed by GitHub
parent 2a0cb977f2
commit e80590a3aa
160 changed files with 14100 additions and 1797 deletions

View File

@@ -341,4 +341,19 @@ body.dark_theme {
--user-action-form-inner-input-border-color: #303030;
--user-action-form-inner-input-text-color: rgba(255, 255, 255, 0.88);
--user-action-form-inner-input-bg-color: #121212;
/* ################################################## */
.media-edit-nav {
background-color: #1a1a1a !important;
a {
color: #cccccc !important;
&[style*="font-weight: bold"] {
color: #ffffff !important;
border-bottom-color: #ffffff !important;
}
}
}
}