Files
Sourcetrail/bin/app/data/gui/startscreen/startscreen.css
T
Andreas Stallinger f5dfafe091 logic: license seats, startscreen
* license info on startscreen
* volume license
* license generator update
2017-03-03 13:49:05 +01:00

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;
}