data.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .fixed-table-body {
  2. height: 100%;
  3. overflow: auto; }
  4. #daily-feed .name {
  5. font-weight: 500;
  6. color: #526069;
  7. cursor: pointer;
  8. text-decoration: none; }
  9. #daily-feed .content {
  10. margin-top: 10px;
  11. margin-bottom: 0; }
  12. #tickets .hightlight {
  13. color: #526069;
  14. font-weight: 500;
  15. cursor: pointer;
  16. text-decoration: none; }
  17. #projects .table > tbody > tr > td, #projects .table > thead > tr > th {
  18. vertical-align: middle; }
  19. .team-panel .avatar {
  20. margin: 10px;
  21. padding: 0; }
  22. .badges-panle .badge {
  23. margin-bottom: 10px;
  24. margin-right: 5px; }
  25. .input-panel .form-control {
  26. border: 1px solid #e4eaec;
  27. border-left: 0;
  28. border-left: none;
  29. border-right: 0;
  30. border-right: none;
  31. border-radius: 0; }
  32. .input-panel .input-panle-btn {
  33. background-color: transparent;
  34. border-right: 1px solid #e4eaec;
  35. display: inline;
  36. padding: 10px 15px; }
  37. .input-panel .input-panle-btn:hover {
  38. color: #3e8ef7; }
  39. .input-panel .input-panle-btn i {
  40. margin: 12px 0; }
  41. .input-panel .submit {
  42. float: right;
  43. padding: 8px 15px 9px;
  44. border: none;
  45. border-left: 1px solid #e4eaec;
  46. color: #3e8ef7;
  47. border-radius: 0;
  48. background-color: transparent; }
  49. .input-panel .submit:hover {
  50. color: #79b2fc; }