commons.css 330 B

12345678910111213
  1. /** COMMONS */
  2. /** colors */
  3. /** jscrollpane */
  4. .jspScrollable .jspContainer .jspVerticalBar {
  5. width: 10px;
  6. background-color: #f2f2f2;
  7. }
  8. .jspScrollable .jspContainer .jspVerticalBar .jspTrack {
  9. background-color: transparent;
  10. }
  11. .jspScrollable .jspContainer .jspVerticalBar .jspTrack .jspDrag {
  12. background-color: #77787b;
  13. }