Änderungen von Dokument Solr Search
Zuletzt geändert von XWiki Administrator am 2025/01/07 15:57
Von Version 3.1
bearbeitet von XWiki Administrator
am 2025/01/07 15:57
am 2025/01/07 15:57
Änderungskommentar:
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.10.2]
Auf Version 2.1
bearbeitet von XWiki Administrator
am 2024/06/24 11:13
am 2024/06/24 11:13
Änderungskommentar:
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.4.0]
Zusammenfassung
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -296,6 +296,19 @@ 296 296 position: relative; 297 297 } 298 298 299 +.search-facet-header:after { 300 + border-bottom: 1px dotted $theme.pageContentBackgroundColor; 301 + border-top: 1px dotted $theme.borderColor; 302 + clear: both; 303 + content: ""; 304 + display: block; 305 + height: 0; 306 + position: absolute; 307 + right: 0; 308 + bottom: 0; 309 + width: 100%; 310 +} 311 + 299 299 .search-facet:last-of-type .search-facet-header:after { 300 300 border: medium none; 301 301 }