Make list selection explicit
Stop auto-downloading on list click and highlight the selected item; download only when the button is pressed.
This commit is contained in:
@@ -101,6 +101,12 @@ button.danger {
|
||||
background: #f1f6f9;
|
||||
}
|
||||
|
||||
.tts-item.selected {
|
||||
background: #f7f7f7;
|
||||
border-left: 4px solid #e2e2e2;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
.bullet {
|
||||
font-size: 18px;
|
||||
color: #555;
|
||||
|
||||
Reference in New Issue
Block a user