diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 902d374..cfc1d55 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -236,6 +236,15 @@ footer { list-style: none; } +.langpicker .unavailable { + color: inherit; +} + +.langpicker .unavailable:hover { + cursor: not-allowed; + text-decoration: none; +} + /* Basic elements */ diff --git a/layouts/partials/top.html b/layouts/partials/top.html index 3f2541e..c1d9af1 100644 --- a/layouts/partials/top.html +++ b/layouts/partials/top.html @@ -26,11 +26,27 @@ {{ partial "icon.html" "world" -}} {{ end }}