Files
Sourcetrail/bin/app/data/gui/startscreen/startscreen.css
T
Eberhard Graether ff65a3f285 logic: Added update checker connecting to online API
* connects to https://www.sourcetrail.com/api/v1/versions/latest
* sends information about OS, platform, license type, current version and a unique user token
* Automatic update check is enabled via Startscreen and performed once every 24 hours on window focus
* Update check can be forced by clicking on "check for new version" on start screen
* renamed TimePoint to TimeStamp

fortune cookie message = In Träumen und im Leben ist nichts unmöglich.
2017-08-08 14:18:14 +02:00

76 lines
1.0 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 {
margin: 1px 0 3px;
text-align: left;
padding: 0;
background: none;
border: none;
color: #007AC2;
font-size: 12px;
text-decoration: underline;
}
#updateCheckbox {
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;
}