Outptstyle fixedp

This commit is contained in:
Torsten Schulz
2024-03-18 18:29:23 +01:00
parent 359f379b18
commit ba976db321
2 changed files with 51 additions and 16 deletions

View File

@@ -204,4 +204,16 @@ main {
.selectBoxes-drop-down-trigger:hover > .selectBoxes-dropdown {
display: inline-block;
}
.output-box-format {
border: 1px solid #999;
padding: 1px 6px;
margin-bottom: 0.2em;
border-radius: 3px;
line-height: 2em;
}
.ouput-box-format-self {
background-color: #eaeaea;
}
.output-box-format-other {
background-color: #fff;
}