basic.css 262 B

123456789101112131415
  1. #track_actions a {
  2. display: block;
  3. padding: 16px 2px;
  4. border: 1px solid gray;
  5. background: lightgray;
  6. text-align: center;
  7. color: #333;
  8. margin-bottom: 4px;
  9. text-decoration: none;
  10. }
  11. #track_actions a:hover {
  12. background: blue;
  13. color: white;
  14. }