QtDirectoryListBox { background-color: rgba(255, 255, 255, 200); border: 1px solid lightgray; border-radius: 12px; } QListWidget { background: transparent; border: none; margin: 2px 0 2px 0; } QListWidget::item { height: 20px; border-bottom: 1px solid lightgray; } QListWidget::item:selected { background-color: #EEE; } QtListItemWidget #field { background-color: transparent; border: none; font-size: 12px; margin-top: 2px; } QtListItemWidget #button { border: 1px solid lightgray; border-radius: 7px; font-size: 12px; height: 14px; margin-right: 2px; width: 20px; } QtListItemWidget #button:hover { color: white; background: #2D3F85; } #bar { border-top: 1px solid lightgray; } #roundedButton { color: white; height: 16px; margin-right: 3px; width: 16px; border: none; } #dropInfo { color: lightgray; }