Skip to content
Snippets Groups Projects
Commit 2743c115 authored by David Siegfried's avatar David Siegfried
Browse files

refine roomgroupwidget, closes #1949

Closes #1949

Merge request studip/studip!1271
parent eb834236
No related branches found
No related tags found
No related merge requests found
...@@ -30,13 +30,28 @@ div.clipboard-area-container { ...@@ -30,13 +30,28 @@ div.clipboard-area-container {
margin-bottom: 0.5em; margin-bottom: 0.5em;
overflow-y: scroll; overflow-y: scroll;
max-height: 15em; max-height: 15em;
border: 1px solid $content-color-40;
} }
table.clipboard-area { table.clipboard-area {
width: 100%; width: 100%;
border: 1px solid $content-color-40;
height: 8em; 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 { table.clipboard-area tr.empty-clipboard-message > td {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment