##// END OF EJS Templates
refactor: fix inconsistent naming
refactor: fix inconsistent naming

File last commit:

r0:548a840d
r28:e98235eb
Show More
uptime.css.less
36 lines | 627 B | text/x-less | LessCssLexer
.top-state-uptime {
table {
.problem {
color: @color_red;
font-weight: bold;
td {
background-color: #FFE2E2 !important;
}
}
.interval {
width: 150px;
}
.retries {
width: 90px;
text-align: center;
}
.http_status {
width: 150px;
text-align: center;
}
.location {
width: 200px;
text-align: center;
}
}
.uptime-list {
table {
border: 0 !important;
}
}
}