Files
Sourcetrail/bin/app/data/gui/settingwindows/listbox.css
T
Andreas Stallinger e7a977dd5c UI: ProjectSettingsUI
ProjectSettingsUI for creation of new Projects + StartScreen design update
2015-08-03 17:24:24 +02:00

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;
}