diff --git a/css/glowingbear.css b/css/glowingbear.css index 73372d9..32dd559 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -108,8 +108,12 @@ input[type=text], input[type=password] { } #topbar .actions { } + #topbar .dropdown-menu form { + padding-left: 6px; + padding-right: 6px; + } -#topbar, #sidebar, .panel { +#topbar, #sidebar, .panel, .dropdown-menu { background: #282828; } #sidebar { diff --git a/index.html b/index.html index a1dc516..09f0a3c 100644 --- a/index.html +++ b/index.html @@ -133,20 +133,30 @@ {{ pageTitle}}
+