mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix: HTML dialog box incorrect styling
This commit is contained in:
@@ -1617,6 +1617,15 @@ ul {
|
||||
.back > svg {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
.pane .tabPage .url {
|
||||
background: var(--auto-background) !important;
|
||||
|
||||
> input {
|
||||
background: var(--background-primary) !important;
|
||||
border-radius: 16px;
|
||||
padding: 6px 10px !important;
|
||||
}
|
||||
}
|
||||
.uiFileHandler {
|
||||
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
|
||||
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
|
||||
|
||||
Reference in New Issue
Block a user