From 099b31c1a7f8a53b8e7f5ebe3934b4e13994a99e Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Mon, 19 Dec 2016 11:19:44 +0100 Subject: [PATCH] hide color theme options --- frontend/resources/styles/main/partials/main-bar.scss | 1 + frontend/src/uxbox/main/ui/settings/profile.cljs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/main/partials/main-bar.scss b/frontend/resources/styles/main/partials/main-bar.scss index ecfcaa2ac..fbd892a82 100644 --- a/frontend/resources/styles/main/partials/main-bar.scss +++ b/frontend/resources/styles/main/partials/main-bar.scss @@ -71,6 +71,7 @@ img { border-radius: 50%; flex-shrink: 0; + height: 32px; width: 32px; } diff --git a/frontend/src/uxbox/main/ui/settings/profile.cljs b/frontend/src/uxbox/main/ui/settings/profile.cljs index 1a5b0f30b..b68e6a5fe 100644 --- a/frontend/src/uxbox/main/ui/settings/profile.cljs +++ b/frontend/src/uxbox/main/ui/settings/profile.cljs @@ -81,8 +81,8 @@ :placeholder "Your email"}] (forms/input-error errors :email) - [:span.user-settings-label "Choose a color theme"] - [:div.input-radio.radio-primary + #_[:span.user-settings-label "Choose a color theme"] + #_[:div.input-radio.radio-primary [:input {:type "radio" :checked (when (= theme "light") "checked") :on-change (partial on-change :theme)