2023-04-28 12:22:26 +08:00

114 lines
2.3 KiB
CSS

a.disabled {
cursor: default !important;
color: #ccc;
}
a.disabled:hover {
text-decoration: none;
}
.table_intervals {
width: 100%;
color: #666;
border-collapse: collapse;
table-layout:fixed;
}
.table_intervals thead tr {
background: #f9f9f9;
/*font-weight: bold;*/
}
.table_intervals thead tr:hover { background: #f9f9f9; }
.table_intervals td input {
width: 60px;
border: 1px solid #fff;
}
.table_intervals td input.focused,
.table_intervals td input:hover {
border-color: #666;
}
.table_intervals td input:disabled,
.table_intervals td input:disabled:hover,
.table_intervals tr:hover td input:disabled {
background: #ddd;
color: #ddd;
border-color: #ddd;
}
.table_intervals .editing { display: none; }
.table_intervals .editing input {
width: auto;
cursor: pointer;
background: rgb(249, 189, 117);
margin-left: 6px;
border: none;
padding: 5px 14px;
}
.table_intervals .editing input:hover { background: #d7690E; }
.table_intervals td textarea {
border: 1px solid #fff;
}
.table_intervals td textarea.focused,
.table_intervals td textarea:hover {
border-color: #666;
}
.table_intervals td textarea:disabled,
.table_intervals td textarea:disabled:hover,
.table_intervals tr:textarea td input:disabled {
background: #ddd;
color: #ddd;
border-color: #ddd;
}
.table_intervals .editing textarea {
width: auto;
cursor: pointer;
background: rgb(249, 189, 117);
margin-left: 6px;
border: none;
padding: 5px 14px;
}
.table_intervals .editing textarea:hover { background: #d7690E; }
.maintenance .td_funcs {
padding: 0;
font-weight: normal;
}
.maintenance .td_funcs:last-child {
padding-right: 8px;
}
.maintenance .td_funcs a {
white-space: nowrap;
float: left;
cursor: pointer;
margin-left: 20px;
}
.maintenance .td_funcs a:first-child {
margin-left: 2px;
}
.maintenance .item_name {
margin-left: 24px;
width: 340px;
}
.maintenance .item_type {
width: 100px;
}
.maintenance .item_desc {
max-width: 320px;
}
.maintenance .item_desc,
.maintenance .item_type,
.maintenance .item_name {
overflow: hidden;
text-overflow: ellipsis;
}
.servicedescription {
height:120px;
width:250px;
}
.intervalinput {
width:250px;
}