Skip to content
Snippets Groups Projects
Commit 2a6232bc authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #16093 [fid_adlr] bugs detail view

* fixed bugs
parent 25d6eac2
No related merge requests found
......@@ -1600,6 +1600,10 @@ input.searchForm_lookfor {
}
}
.tab-content {
border: 0;
& > .active {
background-color: transparent;
}
.tab-pane {
a {
color: $black;
......@@ -1656,6 +1660,9 @@ input.searchForm_lookfor {
padding-left: 1em;
}
}
div[id^="side-panel-"] {
@include accordeon;
}
div[class$="-tab"] {
.media-body {
strong {
......@@ -1765,7 +1772,7 @@ footer {
background-size: cover;
background-image: url('../images/footer-dummy-background.png');
a:hover, a:link, a:active, a:focus, a:visited {
a:hover, a:link, a:active, a:focus, a:visited {
color: white;
}
......
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