You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.2 KiB

  1. #checks-table {
  2. margin-top: 36px;
  3. }
  4. #checks-table .checks-row:hover {
  5. background-color: #f5f5f5;
  6. }
  7. .my-checks-name.unnamed {
  8. color: #999;
  9. font-style: italic;
  10. }
  11. table.table tr > th.th-name {
  12. padding-left: 21px;
  13. }
  14. #checks-table .indicator-cell {
  15. text-align: center;
  16. }
  17. #checks-table th {
  18. border-top: 0;
  19. }
  20. #checks-table td {
  21. vertical-align: middle;
  22. }
  23. #checks-table .my-checks-name {
  24. border: 1px solid rgba(0, 0, 0, 0);
  25. padding: 6px;
  26. display: block;
  27. }
  28. #checks-table tr:hover .my-checks-name {
  29. border: 1px dotted #AAA;
  30. }
  31. #checks-table > tbody > tr > th.th-period {
  32. padding-left: 15px;
  33. }
  34. #checks-table .timeout-grace {
  35. border: 1px solid rgba(0, 0, 0, 0);
  36. padding: 6px;
  37. display: block;
  38. }
  39. #checks-table tr:hover .timeout-grace {
  40. border: 1px dotted #AAA;
  41. }
  42. .checks-subline {
  43. color: #888;
  44. white-space: nowrap;
  45. }
  46. .check-menu {
  47. visibility: hidden;
  48. }
  49. tr:hover .check-menu {
  50. visibility: visible;
  51. }
  52. #show-urls.active, #show-emails.active {
  53. color: #333;
  54. }
  55. #checks-table .url-cell {
  56. white-space: nowrap;
  57. }
  58. .my-checks-url {
  59. font-family: "Lucida Console", Monaco, monospace;
  60. font-size: 11.7px;
  61. position: relative;
  62. line-height: 36px;
  63. color: #333;
  64. }