Skip to content
Snippets Groups Projects
Commit 2b7e5b3d authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#293 - added missing stylesheet

parent fca44caf
No related branches found
No related tags found
No related merge requests found
Pipeline #644 passed
.collapsible-header-status {
position: absolute;
right: 15px;
font-weight: bold;
}
.collapsible {
border-top: 1px solid #666666;
border-right: 1px solid #666666;
border-left: 1px solid #666666;
}
.collapsible-header {
background-color: #999999;
color: #212121;
border-bottom: 1px solid #666666;
position: relative;
}
.collapsible-body {
background-color: #565656;
border-bottom: 1px solid #666666;
}
...@@ -529,23 +529,6 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) + ...@@ -529,23 +529,6 @@ input[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) +
width: 50%; width: 50%;
} }
.collapsible {
border-top: 1px solid #666666;
border-right: 1px solid #666666;
border-left: 1px solid #666666;
}
.collapsible-header {
background-color: #999999;
color: #212121;
border-bottom: 1px solid #666666;
}
.collapsible-body {
background-color: #565656;
border-bottom: 1px solid #666666;
}
.no-border-table tr { .no-border-table tr {
border: none; border: none;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment