all is well
This commit is contained in:
parent
eac1bd0d13
commit
2f149503bb
53 changed files with 1543 additions and 354 deletions
|
|
@ -28,6 +28,17 @@ button:not(:disabled),
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.area-pane-group-header {
|
||||
box-shadow: inset 0 -1px 0 #e7e5e4;
|
||||
transition:
|
||||
background-color 0.2s ease,
|
||||
color 0.2s ease;
|
||||
}
|
||||
|
||||
html.dark .area-pane-group-header {
|
||||
box-shadow: inset 0 -1px 0 #1e2d50;
|
||||
}
|
||||
|
||||
/* Smooth theme transitions (scoped to avoid map performance issues) */
|
||||
body,
|
||||
div,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue