Skip to content
Snippets Groups Projects
Commit 117e5c94 authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-6010-m26lebla-fix-multiple-field-button-presentation' into '1.0.x'

Feature/istwcms 6010 m26lebla fix multiple field button presentation

See merge request !82
parents a82da764 5acc354c
No related branches found
No related tags found
1 merge request!82Feature/istwcms 6010 m26lebla fix multiple field button presentation
......@@ -181,3 +181,48 @@ button {
}
}
}
.webform-multiple-add {
margin-top: var(--size-2) !important;
> .button{
@include button-reset();
border: var(--size-sm) solid #000 !important;
display: inline-block;
padding: 2px;
border-radius: 50%;
opacity: 0.4;
position: relative;
text-indent: -9999px;
vertical-align: middle;
width: var(--size-205);
&:hover,
&:focus{
border: var(--size-sm) solid #000 !important;
opacity: 1;
}
}
}
.js-form-type-webform-multiple{
.draggable{
&:hover,
&:focus {
td{
background-color: #f7fcff;
}
}
a.tabledrag-handle .handle {
background-position: 0 8px;
height: 24px;
width: 16px;
}
.drag & {
&:hover,
&:focus {
td{
background-color: #ffd;
}
}
}
}
}
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