From 04efb94d5311f984650d03532aaf2b99f4ae1c3c Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 18 Mar 2016 22:39:52 +0100 Subject: [PATCH] highlight negative user balance in select screen --- static/css/main.css | 5 +++++ templates/select.hamlet | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index f5b5302..b94e928 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -281,3 +281,8 @@ input[type], button { font-weight: bold; font-size: 150%; } + +.negative { + color: red; + font-weight: bold; +} diff --git a/templates/select.hamlet b/templates/select.hamlet index 2711c6f..a68e80e 100644 --- a/templates/select.hamlet +++ b/templates/select.hamlet @@ -2,7 +2,7 @@ $doctype 5