GUI improvements

This commit is contained in:
Stephan Richter
2020-12-25 19:20:24 +01:00
parent 39a416e964
commit 1694eafc6c
8 changed files with 59 additions and 8 deletions

View File

@@ -348,4 +348,28 @@ svg.preview rect{
svg.Block text{
fill: black;
}
}
.window > .tabs > legend {
float:left;
background: lightgray;
padding: 5px;
border: 1px solid black;
border-radius: 5px 5px 0 0;
margin: 0 3px;
}
.window legend.front{
background: white;
border-bottom-color: white;
position: relative;
z-index: 10;
}
.window fieldset {
position: relative;
top: -1px;
float: none;
clear:both;
border-radius: 0 5px 5px 5px;
}