11 lines
202 B
CSS
11 lines
202 B
CSS
@media all and (max-width: 1100px) {
|
|
.list-view.editing .toolbar,
|
|
.list-view.editing .contact-grid {
|
|
display: none;
|
|
}
|
|
}
|
|
a[highlight] {
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|