settings.css 525 B

12345678910111213141516171819202122232425
  1. td.status > span {
  2. display: inline-block;
  3. height: 16px;
  4. width: 16px;
  5. vertical-align: text-bottom;
  6. }
  7. span.success {
  8. background: #37ce02;
  9. border-radius: 8px;
  10. }
  11. span.error {
  12. background: #ce3702;
  13. }
  14. span.waiting {
  15. background: none;
  16. }
  17. td.mountPoint, td.backend { width:10em; }
  18. td.remove>img { visibility:hidden; padding-top:0.8em; }
  19. tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
  20. #addMountPoint>td { border:none; }
  21. #addMountPoint>td.applicable { visibility:hidden; }
  22. #selectBackend { margin-left:-10px; }