Update a bunch of libraries to typescript

This commit is contained in:
2024-08-30 15:16:01 +02:00
parent c152f36f49
commit c75cbb2e3f
18 changed files with 370 additions and 222 deletions

View File

@@ -557,7 +557,8 @@ footer, .footer_content,
.file, .file_button,
.upload_task,
.add_button,
.expandable {
.expandable,
.upload_widget {
border: none !important;
border-radius: 0 !important;
box-shadow: inset -1px -1px #0a0a0a,
@@ -569,7 +570,8 @@ footer, .footer_content,
padding: 3px !important;
}
.window > .header,
.headerbar {
.headerbar,
.upload_widget > .header {
background: linear-gradient(90deg,navy,#1084d0) !important;
color: #fff !important;
}