An error occurred while loading the file. Please try again.
-
Anton Bagliy authoredf0496e5a
Forked from
it-lab / grade
Source project has a limited visibility.
list.less 961 B
@import (reference) "../common.less";
.officeList {
overflow-x: auto;
table {
min-width: 100%;
border-collapse: collapse;
td {
padding: 5px;
border: 1px solid #ccc;
vertical-align: middle;
}
thead {
background-color: #f0f7fd;
text-align: center;
text-overflow: ellipsis;
}
tbody {
background-color: @ColorBaseWhite;
white-space: nowrap;
.disciplineInactive {
color: #6b829e;
}
.disciplineInactive {
color: #00b33c;
}
tr {
&:hover,
&.focus {
background-color: @ColorBaseGrey;
}
}
.empty {
background-color: @ColorBaseWhite;
text-align: center;
}
}
}
}