add rounding for first and last items in theme selector

This commit is contained in:
funkill 2016-02-16 00:44:19 +03:00 committed by Istratov D. S
parent dd0cfc14d4
commit f2b913c9dd
1 changed files with 9 additions and 0 deletions

View File

@ -264,6 +264,15 @@ table thead td {
line-height: 25px; line-height: 25px;
white-space: nowrap; white-space: nowrap;
} }
.theme-popup .theme:hover:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.theme-popup .theme:hover:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
@media only screen and (max-width: 1250px) { @media only screen and (max-width: 1250px) {
.nav-chapters { .nav-chapters {
display: none; display: none;