You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DimensionsHandler] Fix garbled display of acronyms in dimension titles
[DimensionsHandler] Fix current value display in toolbar overlapping long dimension title
Support replacement of shipping Application template PHP classes via mapbender.application_template tagged servics (see PR#1424)
Support template CSS references containing StringAsset objects (instead of file names)
Support setting Scss variables in application custom css
Improve customizability of misc widget CSS (require files separately instead of @import)
Extract Scss variables for customizability
$textColor and $backgroundColor for default content and popups
$panelBorderColor for popups, tab container headings and misc popover menus (e.g. layertree layer context menu)
$buttonTextColor, $buttonBorderColor, $buttonHoverColor, $buttonHoverTextColor for legacy custom "success" button border (submit / confirm etc in popups)
$buttonCriticalTextColor, $buttonCriticalBorderColor, $buttonCriticalHoverColor, $buttonCriticalHoverTextColor for legacy custom "danger" button border (cancel / close / delete etc in popups)
$buttonActiveTextColor (~Digitizer table headings selected for sorting / current pagination button; complements background given in $buttonFirstActiveColor)
$inputBorderColor, $inputFocusBorderColor (form field borders in frontend default + focus)
$sidepaneBorderColor, $popupBorderColor for misc layout element borders
$toolBarBackground, $toolBarBorderColor, $toolBarTopBackground, $toolBarBottomBackground for top / bottom toolbars styling
$accordionTextColor, $accordionBackgroundColor, $accordionFontSize for initial accordion header colors and typography in sidepane / FeatureInfo / Source metadata display
$accordionActiveTextColor, accordionActiveBackgroundColor for coloring the currently selected accorion header
$accordionHoverBackgroundColor for accordion header mouseover effect
$sidepaneButtonActiveTextColor, $sidepaneButtonActiveBackgroundColor for currently selected header button in "buttons"-mode sidepane
$sidepaneButtonHoverColor for "buttons"-mode sidepane header mouseover effect
$sliderHandleTextColor, $sliderHandleBorderColor for layertree and dimensionhandler slider widgets, complementing previously available $sliderHandleBackgroundColor
$desktopBreakpointWidth for controlling responsive switch between mobile / desktop element and container visibility
Extract twig blocks backdrop_markup, inside_backdrop for login page customizability
[Backend] Re-add display of ids in source / shared instance lists for searchability