* license info on startscreen * volume license * license generator update
65 lines
872 B
CSS
65 lines
872 B
CSS
#projectButton {
|
|
background: white;
|
|
border: 1px solid lightgray;
|
|
border-radius: 8px;
|
|
color: black;
|
|
padding: 3px 5px 2px;
|
|
font-size: 14px;
|
|
min-width: 6em;
|
|
}
|
|
|
|
#projectButton:hover {
|
|
color: white;
|
|
background: #2D3F85;
|
|
}
|
|
|
|
#recentButton, #recentButtonMissing {
|
|
background: none;
|
|
border: none;
|
|
color: black;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#recentButtonMissing {
|
|
color: grey;
|
|
}
|
|
|
|
#recentButton:hover, #recentButtonMissing:hover {
|
|
background-color: #CFD2E0;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#recentLabel {
|
|
color: black;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
#versionLabel {
|
|
color: black;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#updateLabel {
|
|
color: black;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#licenseHeaderLabel {
|
|
color: black;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#licenseLabel {
|
|
color: black;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#welcomeLabel {
|
|
color: black;
|
|
font-size: 12px;
|
|
}
|