Highlight favorites while dragging appIcons

This commit is contained in:
Charles Gagnon
2018-12-28 20:33:41 -05:00
parent 5e0f64ed5a
commit e2eeb02901
2 changed files with 16 additions and 0 deletions

View File

@@ -49,6 +49,10 @@
background-color: rgba(238, 238, 236, 0.1);
}
#dashtopanelScrollview .app-well-app .favorite {
background-color: rgba(80, 150, 255, 0.4);
}
#dashtopanelScrollview .app-well-app-running-dot {
margin-bottom: 0;
}