ui: updated about window

This commit is contained in:
Eberhard Graether
2015-12-02 14:52:54 +01:00
parent 04196db81d
commit fb7113917d
5 changed files with 93 additions and 23 deletions
+23
View File
@@ -0,0 +1,23 @@
* {
color: white;
font-size: 12px;
font-weight: 100;
}
#small {
font-size: 12px;
}
#closeButton {
background: transparent;
border: none;
color: white;
font-size: 14pt;
height: 20px;
width: 20px;
}
#closeButton:hover {
border: 2px solid white;
border-radius: 10px;
}