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

#checks-table {
margin-top: 36px;
}
#checks-table .checks-row:hover {
background-color: #f5f5f5;
}
.my-checks-name.unnamed {
color: #999;
font-style: italic;
}
table.table tr > th.th-name {
padding-left: 21px;
}
#checks-table .indicator-cell {
text-align: center;
}
#checks-table th {
border-top: 0;
}
#checks-table td {
vertical-align: middle;
}
#checks-table .my-checks-name {
border: 1px solid rgba(0, 0, 0, 0);
padding: 6px;
display: block;
}
#checks-table tr:hover .my-checks-name {
border: 1px dotted #AAA;
}
#checks-table > tbody > tr > th.th-period {
padding-left: 15px;
}
#checks-table .timeout-grace {
border: 1px solid rgba(0, 0, 0, 0);
padding: 6px;
display: block;
}
#checks-table tr:hover .timeout-grace {
border: 1px dotted #AAA;
}
.checks-subline {
color: #888;
white-space: nowrap;
}
.check-menu {
visibility: hidden;
}
tr:hover .check-menu {
visibility: visible;
}
#show-urls.active, #show-emails.active {
color: #333;
}
#checks-table .url-cell {
white-space: nowrap;
}
.my-checks-url {
font-family: "Lucida Console", Monaco, monospace;
font-size: 11.7px;
position: relative;
line-height: 36px;
color: #333;
}