Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 290511
Collapse All | Expand All

(-)theme/business/business.css (-4 / +23 lines)
Lines 535-547 Link Here
535
  border: none;
535
  border: none;
536
}
536
}
537
537
538
Spinner-UpButton, DateTime-UpButton {
538
Spinner {
539
  background-image: url( /theme/business/icons/chevron-up-small.png );
539
  border: 1px solid #a4a4a4;
540
}
541
542
Spinner-DownButton {
543
  background-image: url( /theme/business/icons/spinner-down.png );
544
}
545
546
Spinner-DownButton:hover {
547
  background-image: url( /theme/business/icons/spinner-down-hover.png );
548
}
549
550
Spinner-UpButton {
551
  background-image: url( /theme/business/icons/spinner-up.png );
552
}
553
554
Spinner-UpButton:hover {
555
  background-image: url( /theme/business/icons/spinner-up-hover.png );
540
}
556
}
541
557
542
Spinner-DownButton, DateTime-DownButton {
558
DateTime-DownButton {
543
  background-image: url( /theme/business/icons/chevron-down-small.png );
559
  background-image: url( /theme/business/icons/chevron-down-small.png );
544
  /* background-color: #c1c1c1; */
560
}
561
562
DateTime-UpButton {
563
  background-image: url( /theme/business/icons/chevron-up-small.png );
545
}
564
}
546
565
547
Combo-Button:hover, CCombo-Button:hover,
566
Combo-Button:hover, CCombo-Button:hover,

Return to bug 290511