* hide build file content * use small buttons in all windows * new design for start screen * fixed design for enter license ui * added spacing to summary * brighter icons in wizzard * added template icon for graph * smoothing for graph icons * switched error icon to dot * fixed error message tooltip immediatly disappearing * menu item for opening documentation
83 lines
1.2 KiB
CSS
83 lines
1.2 KiB
CSS
#titleLabel {
|
|
color: black;
|
|
font-size: 16pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
QLineEdit {
|
|
background-color: rgba(255, 255, 255, 200);
|
|
border-radius: 10px;
|
|
border: 1px solid lightgrey;
|
|
height: 20px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
QLineEdit:disabled {
|
|
border: 1px solid lightgrey;
|
|
}
|
|
|
|
#formArea {
|
|
background-color: transparent;
|
|
border: none;
|
|
border-top: 1px solid lightgrey;
|
|
border-bottom: 1px solid lightgrey;
|
|
}
|
|
|
|
#form {
|
|
background-color: rgba(255, 255, 255, 150);
|
|
}
|
|
|
|
#form #label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#form #help {
|
|
background: transparent;
|
|
border: 1px solid #575656;
|
|
border-radius: 9px;
|
|
color: #575656;
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
|
|
#form #help:hover {
|
|
border-color: black;
|
|
color: black;
|
|
}
|
|
|
|
#moreButton {
|
|
background-color: rgba(255, 255, 255, 200);
|
|
border: 1px solid lightgray;
|
|
border-radius: 10px;
|
|
color: gray;
|
|
font-size: 15px;
|
|
height: 20px;
|
|
margin-left: 5px;
|
|
width: 28px;
|
|
}
|
|
|
|
#moreButton:hover {
|
|
color: white;
|
|
background: #2D3F85;
|
|
}
|
|
|
|
#windowButton {
|
|
background: white;
|
|
border: 1px solid lightgray;
|
|
border-radius: 8px;
|
|
color: black;
|
|
padding: 3px 5px 2px;
|
|
font-size: 14pt;
|
|
min-width: 5em;
|
|
}
|
|
|
|
#windowButton:hover {
|
|
color: white;
|
|
background: #2D3F85;
|
|
}
|
|
|
|
#windowButton:disabled {
|
|
color: lightgray;
|
|
}
|