diff --git a/sass/base_theme.scss b/sass/base_theme.scss index 8b77b56..371c29b 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -324,13 +324,16 @@ form.action-form { #admin { margin-top: 50px; } -textarea, input { +textarea, input, select { background: $color-menu-background; padding: 10px; color: $color-light; border: 0px; border-radius: 2px; } +select { + padding: 4px 10px; +} input { padding: 10px; } diff --git a/templates/lists.html b/templates/lists.html index 43c5b66..3fa80cf 100644 --- a/templates/lists.html +++ b/templates/lists.html @@ -9,6 +9,7 @@ {% include "header.html" %}
+

Lists and its members are private.

New List