Skip to content

Commit fc86b96

Browse files
committed
Merge pull request #108 from funkill/styles
add rounding for first and last items in theme selector
2 parents dd0cfc1 + f2b913c commit fc86b96

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/theme/book.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,15 @@ table thead td {
264264
line-height: 25px;
265265
white-space: nowrap;
266266
}
267+
.theme-popup .theme:hover:first-child {
268+
border-top-left-radius: inherit;
269+
border-top-right-radius: inherit;
270+
}
271+
.theme-popup .theme:hover:last-child {
272+
border-bottom-left-radius: inherit;
273+
border-bottom-right-radius: inherit;
274+
}
275+
267276
@media only screen and (max-width: 1250px) {
268277
.nav-chapters {
269278
display: none;

0 commit comments

Comments
 (0)