|
|
@ -11,11 +11,6 @@ |
|
|
|
font-style: italic; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
table.table tr > th.th-name { |
|
|
|
padding-left: 21px; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table .indicator-cell { |
|
|
|
text-align: center; |
|
|
|
} |
|
|
@ -24,10 +19,6 @@ table.table tr > th.th-name { |
|
|
|
border-top: 0; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table th { |
|
|
|
border-top: 0; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table a.default { |
|
|
|
color: #333; |
|
|
|
} |
|
|
@ -41,26 +32,33 @@ table.table tr > th.th-name { |
|
|
|
border-top: 1px solid #f1f1f1; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table .my-checks-name { |
|
|
|
#checks-table .my-checks-name, |
|
|
|
#checks-table .integrations, |
|
|
|
#checks-table .timeout-grace, |
|
|
|
#checks-table .last-ping, |
|
|
|
#checks-table .last-ping-never { |
|
|
|
border: 1px solid rgba(0, 0, 0, 0); |
|
|
|
padding: 6px; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table tr:hover .my-checks-name { |
|
|
|
#checks-table tr:hover .my-checks-name, |
|
|
|
#checks-table tr:hover .integrations, |
|
|
|
#checks-table tr:hover .timeout-grace, |
|
|
|
#checks-table tr:hover .last-ping { |
|
|
|
border: 1px dotted #AAA; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table > tbody > tr > th.th-name, |
|
|
|
#checks-table > tbody > tr > th.th-integrations, |
|
|
|
#checks-table > tbody > tr > th.th-period, |
|
|
|
#checks-table > tbody > tr > th.th-last-ping { |
|
|
|
padding-left: 15px; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table .timeout-grace { |
|
|
|
border: 1px solid rgba(0, 0, 0, 0); |
|
|
|
padding: 6px; |
|
|
|
display: block; |
|
|
|
#checks-table .integrations img { |
|
|
|
padding: 10px 2px; |
|
|
|
width: 24px; |
|
|
|
} |
|
|
|
|
|
|
|
.timeout-grace .cron-expression { |
|
|
@ -71,26 +69,6 @@ table.table tr > th.th-name { |
|
|
|
max-width: 120px; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table tr:hover .timeout-grace { |
|
|
|
border: 1px dotted #AAA; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table .last-ping { |
|
|
|
border: 1px solid rgba(0, 0, 0, 0); |
|
|
|
padding: 6px; |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table .last-ping-never { |
|
|
|
padding: 7px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#checks-table tr:hover .last-ping { |
|
|
|
border: 1px dotted #AAA; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.checks-subline { |
|
|
|
color: #888; |
|
|
|
white-space: nowrap; |
|
|
@ -139,7 +117,9 @@ tr:hover .copy-link { |
|
|
|
opacity: 1 |
|
|
|
} |
|
|
|
|
|
|
|
#checks-table .url-cell { |
|
|
|
#checks-table .url-cell, |
|
|
|
#checks-table .integrations-cell, |
|
|
|
#checks-table .timeout-cell { |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
|
|
|
@ -147,7 +127,6 @@ tr:hover .copy-link { |
|
|
|
color: #888; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.my-checks-url { |
|
|
|
font-family: "Lucida Console", Monaco, monospace; |
|
|
|
font-size: 11.7px; |
|
|
@ -156,3 +135,7 @@ tr:hover .copy-link { |
|
|
|
color: #333; |
|
|
|
} |
|
|
|
|
|
|
|
.integrations-cell .off { |
|
|
|
filter: grayscale(100%); |
|
|
|
opacity: 0.3; |
|
|
|
} |