Skip to content
Snippets Groups Projects
Commit dff982ff authored by Michael Kallweit's avatar Michael Kallweit
Browse files

changed style of hint blocks

parent 0efc5799
Branches
Tags
No related merge requests found
/* Style for hint question block */
details.stack-hint summary {
padding: 5px 10px;
}
details.stack-hint[open] summary {
padding: 5px 10px;
cursor: pointer;
border-bottom-right-radius: 0;
}
div.stack-hint-content {
margin-left: 20px;
padding: 20px;
padding-bottom: 30px;
details.stack-hint {
padding: 2px;
display: block;
border: 1px solid #ccc;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
background-color: #f2f2f2;
width: fit-content;
}
div.stack-hint-content {
padding: 10px;
}
/* Styles used when questions are being attempted. */
.que.stack .stackruntimeerrror {
color: #c02200;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment