ProjectSettingsUI for creation of new Projects + StartScreen design update
28 lines
429 B
CSS
28 lines
429 B
CSS
.QtDirectoryListBox {
|
|
border: 1px solid lightgray;
|
|
border-radius: 15px;
|
|
background-color: rgba(255, 255, 255, 200);
|
|
}
|
|
|
|
.QListWidget {
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
|
|
#roundedButton {
|
|
font-size: 15px;
|
|
color: white;
|
|
border-radius: 10px;
|
|
background: dimgray;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
#roundedButton:hover {
|
|
background: lightgray;
|
|
}
|
|
|
|
#dropInfo {
|
|
color: lightgray;
|
|
}
|