* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-130.sme

- Adjust heading so that no white line under theme selector and move theme button in [SME: 13057]
This commit is contained in:
2025-11-04 13:27:51 +00:00
parent 820551b076
commit 0dfbdf3d36
2 changed files with 9 additions and 1 deletions

View File

@@ -122,6 +122,7 @@
max-width: 100%;
position: relative;
margin: auto;
margin-top:-20px;
}
#header2 {
@@ -290,4 +291,8 @@ background-color: #e8f3e1;
}
.busy {
cursor: wait; /* Change the cursor to a 'wait' cursor */
}
#swt_theme {
margin-left:10px;
}