mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 15:05:39 +00:00
Fix search list border radius when a single item was displayed
This commit is contained in:
parent
bf8685ed33
commit
0584ad3c49
@ -34,12 +34,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.add-existing-search-dialog .add-existing-search-items li:first-child a {
|
.add-existing-search-dialog .add-existing-search-items li:first-child a {
|
||||||
border-radius: 4px 4px 0 0;
|
border-top-left-radius: 4px;
|
||||||
|
border-top-right-radius: 4px;
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-existing-search-dialog .add-existing-search-items li:last-child a {
|
.add-existing-search-dialog .add-existing-search-items li:last-child a {
|
||||||
border-radius: 0 0 4px 4px;
|
border-bottom-left-radius: 4px;
|
||||||
|
border-bottom-right-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-existing-search-dialog .add-existing-search-items li a:hover {
|
.add-existing-search-dialog .add-existing-search-items li a:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user