ui: Added GitHub and Patreon buttons to start window

This commit is contained in:
Eberhard Graether
2019-11-17 16:14:24 +01:00
parent 9b86f0e824
commit b5e0387f1e
6 changed files with 44 additions and 10 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

+7 -3
View File
@@ -1,14 +1,18 @@
#projectButton {
#projectButton, #infoButton {
background: white;
border: 1px solid lightgray;
border-radius: 8px;
color: black;
padding: 3px 5px 2px;
padding: 4px 5px 3px;
font-size: 14px;
min-width: 6em;
}
#projectButton:hover {
#infoButton {
padding: 4px 15px 3px;
}
#projectButton:hover, #infoButton:hover {
color: white;
background: #2D3F85;
}