From f2b913c9dd396ccf492e9a5e20b97135574339d0 Mon Sep 17 00:00:00 2001 From: funkill Date: Tue, 16 Feb 2016 00:44:19 +0300 Subject: [PATCH] add rounding for first and last items in theme selector --- src/theme/book.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/theme/book.css b/src/theme/book.css index 205a1694..bb060b09 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -264,6 +264,15 @@ table thead td { line-height: 25px; 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) { .nav-chapters { display: none;