From f9856cb991afc216d9c7fa1fb90a3937f52eff24 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Thu, 2 Feb 2017 11:51:59 +0100 Subject: [PATCH] Adapt tryout button to bootstrap 4 Trying to keep same look'n'feel. --- budget/static/css/main.css | 8 ++++++++ budget/templates/home.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/budget/static/css/main.css b/budget/static/css/main.css index 80d3b1c..04e07ae 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -46,6 +46,14 @@ body { #header .tryout { margin-right: 10em; + color: #fff; + background-color: #414141; + border-color: #414141; +} + +#header .tryout:hover { + background-color: #606060; + border-color: #606060; } #header .additional-content { diff --git a/budget/templates/home.html b/budget/templates/home.html index d970fe7..399343a 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -5,7 +5,7 @@