ui: Startscreen Messagebox to delete missing coatiprojectfiles

This commit is contained in:
Andreas Stallinger
2016-04-12 14:13:15 +02:00
parent b088ca6adf
commit 4eef42d15c
3 changed files with 100 additions and 18 deletions
+8 -1
View File
@@ -20,7 +20,14 @@
font-size: 12pt;
}
#recentButton:hover {
#recentButtonMissing {
background: none;
border: none;
color: grey;
font-size: 12pt;
}
#recentButton:hover, #recentButtonMissing:hover {
background-color: #CFD2E0;
border-radius: 10px;
}