default.css 146 B

12345678
  1. .active {
  2. padding:4px;
  3. cursor:pointer;
  4. border-bottom:2px solid transparent ;
  5. }
  6. .active:hover{
  7. border-bottom:2px solid #ff6500;
  8. }