_dash-to-dock.scss 392 B

1234567891011121314151617181920
  1. #dashtodockContainer #dash {
  2. background: transparent !important;
  3. .dash-background {
  4. background: $main_dark !important;
  5. border: none;
  6. }
  7. .dash-item-container {
  8. .app-well-app,
  9. .show-apps {
  10. .overview-icon.focused .overview-icon {
  11. background-color: lighten($bg_color, 7%) !important;
  12. }
  13. }
  14. }
  15. }