Subversion Repositories logviewer

Rev

View as "text/css" | Blame | Last modification | View Log | RSS feed

  1. body {
  2.         background-color:#333333;
  3.         color:#BBBBBB;
  4.         font-family:Arial;
  5. }
  6. .filter_hint {
  7.         font-size: small;
  8. }
  9. .selected_menu {
  10.         text-decoration:underline;
  11. }
  12. a {
  13.         color:#E0E000;
  14. }
  15. tr:hover {
  16.         background-color: rgba(90, 90, 90, 1);
  17. }
  18. thead {
  19.         font-weight:bold;
  20.         background-color:#555555;
  21. }
  22. #sort {
  23.         padding-top:20px;
  24.         padding-bottom:20px;
  25. }
  26.