From 29f34d5eeca70ce16352d23babe84cd5dd6e5f9f Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 24 Jul 2017 08:08:40 +0200 Subject: [PATCH] Farben angepasst --- theme/colours.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/colours.css b/theme/colours.css index 9af697e..a5f7263 100644 --- a/theme/colours.css +++ b/theme/colours.css @@ -604,7 +604,7 @@ Colours and backgrounds for buttons.css .button:hover, .button:focus { - border-color: #c70036 ; + border-color: #D00A8E ; background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */ background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%); background-image: linear-gradient(to bottom, #E9E9E9 0%,#FFFFFF 100%); /* W3C */ @@ -622,7 +622,7 @@ Colours and backgrounds for buttons.css .button-secondary:hover, .button:focus .icon, .button:hover .icon { - color: #c70036 ; + color: #D00A8E ; } .button-search:hover, -- 2.39.2