liquid_feedback_frontend

changeset 501:9582f42fd4bc

Make colors more of bargraph more clear
author bsw
date Wed Mar 21 19:49:02 2012 +0100 (2012-03-21)
parents 03c205fc17f0
children e26b04ef230a
files app/main/initiative/_list_element.lua
line diff
     1.1 --- a/app/main/initiative/_list_element.lua	Wed Mar 21 19:43:44 2012 +0100
     1.2 +++ b/app/main/initiative/_list_element.lua	Wed Mar 21 19:49:02 2012 +0100
     1.3 @@ -45,8 +45,8 @@
     1.4          quorum_color = "#00F",
     1.5          bars = {
     1.6            { color = "#0a0", value = (initiative.satisfied_supporter_count or 0) },
     1.7 -          { color = "#bbb", value = (initiative.supporter_count or 0) - (initiative.satisfied_supporter_count or 0) },
     1.8 -          { color = "#f7f7f7", value = max_value - (initiative.supporter_count or 0) },
     1.9 +          { color = "#999", value = (initiative.supporter_count or 0) - (initiative.satisfied_supporter_count or 0) },
    1.10 +          { color = "#ddd", value = max_value - (initiative.supporter_count or 0) },
    1.11          }
    1.12        }
    1.13      end

Impressum / About Us