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

refine roomgroupwidget, closes #1949

Closes #1949

Merge request !1271
parent 0daecf9c
No related branches found
No related tags found
1 merge request!2358fixes #3457
Pipeline #8635 passed
...@@ -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.
Finish editing this message first!
Please register or to comment