Files
Sourcetrail/bin/app/data/gui/startscreen/startscreen.css
T
Andreas Stallinger e7a977dd5c UI: ProjectSettingsUI
ProjectSettingsUI for creation of new Projects + StartScreen design update
2015-08-03 17:24:24 +02:00

29 lines
408 B
CSS

#projectButton {
font-size: 17pt;
border: 1px solid lightgray;
border-radius: 10px;
background: white;
}
#projectButton:hover {
color: white;
background: navy;
}
#recentButton{
font-size: 12pt;
color: black;
background: none;
border: none;
}
#recentButton:hover{
background: lightgray;
border-radius: 10px;
}
#recentLabel {
font-size: 16pt;
color: black;
}