* renamed QtSettingsWindow to QtWindow * moved functionality from QtProjectWizzardWindow to QtWindow * use common createWindow method in QtMainWindow
20 lines
251 B
CSS
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;
|
|
}
|