diff --git a/Themes/default/Search.template.php b/Themes/default/Search.template.php index a96b203a96..3c6c8bb655 100644 --- a/Themes/default/Search.template.php +++ b/Themes/default/Search.template.php @@ -157,14 +157,10 @@ function template_main() echo '
- - +
@@ -219,31 +216,6 @@ function template_main()
'; - - echo ' - '; } echo ' diff --git a/Themes/default/css/index.css b/Themes/default/css/index.css index 8799e3f0b1..25f0c0add7 100644 --- a/Themes/default/css/index.css +++ b/Themes/default/css/index.css @@ -2679,6 +2679,15 @@ dl { height: 16px; } +/* The board picker's title bar is one element now, the summary of a details. +/* It carries both bar classes, and .titlebg comes later in this file with a +/* background of its own, so the bar's is named again here. Overflow has to stay +/* visible as well, or .titlebg clips the disclosure triangle away. */ +#advanced_panel > summary { + background: var(--titlebar-bg); + cursor: pointer; + overflow: visible; +} .boardslist > ul > li { margin: 12px; }