0 Votes

Changes for page Solr Search

Last modified by Сергей Коршунов on 2025/01/12 00:53

From version 3.1
edited by Сергей Коршунов
on 2023/10/28 16:30
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/15.8]
To version 5.1
edited by Сергей Коршунов
on 2024/03/26 17:51
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.2.0]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -222,7 +222,7 @@
222 222   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
223 223   /* Leave space for the bottom shadow. */
224 224   margin-bottom: 1em;
225 - border-radius: 4px;
225 + border-radius: 7px;
226 226  }
227 227  /* Colibri skin doesn't have the grid system. */
228 228  .skin-colibri .search-facets {
... ... @@ -291,6 +291,9 @@
291 291   cursor: pointer;
292 292   line-height: 1.4em;
293 293   margin: 0 .2em;
294 + display: flex;
295 + justify-content: space-between;
296 + position: relative;
294 294  }
295 295  
296 296  .search-facet-header:after {
... ... @@ -300,10 +300,9 @@
300 300   content: "";
301 301   display: block;
302 302   height: 0;
303 - margin: 2.45em 0 0;
304 304   position: absolute;
305 305   right: 0;
306 - top: 0;
308 + bottom: 0;
307 307   width: 100%;
308 308  }
309 309  
... ... @@ -335,13 +335,9 @@
335 335  
336 336  .search-facet .search-facet-header .facet-toggler, button.facet-value-toggler {
337 337   background: transparent;
338 - float: right;
340 + transition: background-color .2s ease-in-out;
339 339  }
340 340  
341 -button.facet-value-toggler:not(:active) {
342 - color: $theme.btn-primary-color;
343 -}
344 -
345 345  .search-facet .search-facet-header .facet-toggler:active, button.facet-value-toggler:active {
346 346   box-shadow: unset;
347 347  }
... ... @@ -393,6 +393,7 @@
393 393  }
394 394  
395 395  .search-facet-body .itemName,
394 +.search-facet-body .facet-value-toggler,
396 396  .search-facet-body .more {
397 397   /* Remove link styling */
398 398   color: $theme.textColor;