From d9b52ecc810b65126c813efdd7a5596f93256fb0 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 29 Mar 2015 20:58:41 +0200 Subject: [PATCH] ok --- _sakura/templates/yuuno/global/header.tpl | 20 +++++--------------- content/css/yuuno/yuuno.css | 5 +++++ 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/_sakura/templates/yuuno/global/header.tpl b/_sakura/templates/yuuno/global/header.tpl index 92b0c3d..139bbe8 100644 --- a/_sakura/templates/yuuno/global/header.tpl +++ b/_sakura/templates/yuuno/global/header.tpl @@ -66,21 +66,11 @@ {% endif %} diff --git a/content/css/yuuno/yuuno.css b/content/css/yuuno/yuuno.css index 652642f..5d10b41 100644 --- a/content/css/yuuno/yuuno.css +++ b/content/css/yuuno/yuuno.css @@ -1209,3 +1209,8 @@ textarea.inputStyling { border-bottom-left-radius: 4px; } } + +/* Header login thing */ +#headerLoginForm { + background: #9475B2; +}