Files
Sourcetrail/bin/app/data/gui/about/about.css
T
Eberhard Graether f3534ac6a8 ui: Refactored windows to QtWindow base class
* renamed QtSettingsWindow to QtWindow
* moved functionality from QtProjectWizzardWindow to QtWindow
* use common createWindow method in QtMainWindow
2016-03-01 17:53:58 +01:00

20 lines
251 B
CSS

* {
color: white;
font-size: 14px;
font-weight: 100;
}
#closeButton {
background: transparent;
border: none;
color: white;
font-size: 14pt;
height: 24px;
width: 24px;
}
#closeButton:hover {
border: 2px solid white;
border-radius: 12px;
}