Added related display

This commit is contained in:
2025-04-28 15:07:29 +02:00
parent 97dad609d0
commit eab360e574

View File

@@ -1469,10 +1469,29 @@ QTextEdit#hdf {
margin: 5px;
}
QPushButton#related
{
background-color: rgb(183, 157, 92);
color:black;
font-size: 16px;
font-style: normal;
font-weight: 500;
font-family: "Sans serif";
border-style: outset;
border-color: gray;
border-width: 6px;
border-radius: 5px;
padding-left: 5px;
margin-left: 2px;
margin-right: 2px;
margin-top: 2px;
margin-bottom: 2px;
text-align: AlignCenter;
}
QPushButton#hdf
{
background-color: rgb(0, 171, 102, 20);;
background-color: rgb(0, 171, 102, 20);
color:black;
font-size: 16px;
font-style: normal;