Fix rounded corners on the structure field list items

This commit is contained in:
Bryan Housel
2017-08-06 16:59:30 -04:00
parent 077ee6d4b5
commit 839a23f113
+12
View File
@@ -1337,6 +1337,18 @@ button.save.has-count .count::before {
border: 1px solid #ccc;
border-radius: 4px;
}
.structure-extras-wrap li:first-child span {
border-top-left-radius: 4px;
}
.structure-extras-wrap li:first-child input {
border-top-right-radius: 4px;
}
.structure-extras-wrap li:last-child span {
border-bottom-left-radius: 4px;
}
.structure-extras-wrap li:last-child input {
border-bottom-right-radius: 4px;
}
/* preset form multicombo */