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.

96 lines
1.5 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. .url-cell {
  32. font-size: small;
  33. position: relative;
  34. }
  35. #checks-table > tbody > tr > th.th-period {
  36. padding-left: 15px;
  37. }
  38. #checks-table .timeout-grace {
  39. border: 1px solid rgba(0, 0, 0, 0);
  40. padding: 6px;
  41. display: block;
  42. }
  43. #checks-table tr:hover .timeout-grace {
  44. border: 1px dotted #AAA;
  45. }
  46. .checks-subline {
  47. color: #888;
  48. white-space: nowrap;
  49. }
  50. .check-menu {
  51. visibility: hidden;
  52. }
  53. tr:hover .check-menu {
  54. visibility: visible;
  55. }
  56. #show-urls.active, #show-emails.active {
  57. color: #333;
  58. }
  59. #checks-table .url-cell {
  60. white-space: nowrap;
  61. }
  62. #checks-table .placeholder, #checks-table .my-checks-url.off, #checks-table .my-checks-email.off {
  63. font-family: "Lucida Console", Monaco, monospace;
  64. font-size: 11.7px;
  65. height: 0;
  66. overflow: hidden;
  67. }
  68. #checks-table .selectable {
  69. font-family: "Lucida Console", Monaco, monospace;
  70. font-size: 11.7px;
  71. width: 100%;
  72. border: 0;
  73. cursor: text;
  74. background: transparent;
  75. }