* Added non-commercial use option to enter license window * Show enter license window on first start and force license selection * Added ApplicationSettings migration that removed private/academic license and switches user to non-commercial mode * Added commandline option to choose non-commercial use and provide better hints to license selection * Removed trial mode fortune cookie message = A secret admirer will soon send you a sign of affection.
76 lines
1.1 KiB
CSS
76 lines
1.1 KiB
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;
|
|
}
|
|
|
|
#updateButton, #upgradeButton {
|
|
margin: 1px 0 3px;
|
|
text-align: left;
|
|
padding: 0;
|
|
background: none;
|
|
border: none;
|
|
color: #007AC2;
|
|
font-size: 12px;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#updateButton:disabled, #upgradeButton:disabled {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#licenseHeaderLabel {
|
|
color: black;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#licenseLabel {
|
|
color: black;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#welcomeLabel {
|
|
color: black;
|
|
font-size: 12px;
|
|
}
|