Skip to content
Snippets Groups Projects
Commit 5d6baeac authored by Viola Elsenhans's avatar Viola Elsenhans Committed by Robert Lange
Browse files

refs #22197 [finc] fix background colour for header in lists

* better nesting - no css changes
parent 834212df
No related merge requests found
......@@ -47,8 +47,12 @@ h2 {
}
}
}
}
//// Search results
.result-body & {
margin: 0;
}
}
// *****************************************************************
// ************ h3 *************************************************
......
......@@ -7,6 +7,12 @@
// ************ Media container ************************************
// *****************************************************************
// re-define header for records in list of result, #19396
header {
background-color: transparent;
width: auto;
}
.record,
.result {
// make sure that results items use max. available space on XS
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment