Skip to content
Snippets Groups Projects
Commit 5fd002c9 authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

refine roomgroupwidget, closes #1949

Closes #1949

Merge request studip/studip!1271
parent 7a3675a5
No related branches found
No related tags found
No related merge requests found
......@@ -30,13 +30,28 @@ div.clipboard-area-container {
margin-bottom: 0.5em;
overflow-y: scroll;
max-height: 15em;
border: 1px solid @content-color-40;
}
table.clipboard-area {
width: 100%;
border: 1px solid @content-color-40;
height: 8em;
padding: 0.25em;
border-spacing: 0;
border: 0;
tr {
&:hover {
background-color: fade-out(@light-gray-color, 0.8);
}
td {
padding: 2px 5px;
&.item-name {
max-width: 160px;
}
&.action {
vertical-align: top;
}
}
}
}
table.clipboard-area tr.empty-clipboard-message > td {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment