mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Consistent logging of request/responses to solr
Using a middleware. Also add missing changesets for mariadb.
This commit is contained in:
@ -89,7 +89,7 @@
|
||||
}
|
||||
|
||||
.default-layout .ui.cards .ui.card .content.search-highlight {
|
||||
background: rgba(246, 255, 158, 0.15);
|
||||
background: rgba(246, 255, 158, 0.1);
|
||||
font-size: smaller;
|
||||
max-height: 25em;
|
||||
overflow: auto;
|
||||
@ -97,11 +97,11 @@
|
||||
.default-layout .ui.cards .ui.card .content.search-highlight .ui.list .item .content .header {
|
||||
}
|
||||
.default-layout .ui.cards .ui.card .content.search-highlight .ui.list .item .content .description {
|
||||
color: rgba(0,0,0,.55);
|
||||
color: rgba(0,0,0,.6);
|
||||
margin-left: 0.75em;
|
||||
}
|
||||
.default-layout .ui.cards .ui.card .content.search-highlight .ui.list .item .content .description strong > em {
|
||||
color: rgba(0,0,0,.65);
|
||||
background: rgba(220, 255, 71, 0.6);
|
||||
}
|
||||
|
||||
.markdown-preview {
|
||||
|
Reference in New Issue
Block a user