From df6130f6e158b7e545dfd9688a05c020cd22ff4a Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 24 Jul 2017 15:04:59 +0200 Subject: [PATCH] Farben Mouseover Forentitel und Buttons --- theme/colours.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/colours.css b/theme/colours.css index 37d2c94..93a44e8 100644 --- a/theme/colours.css +++ b/theme/colours.css @@ -44,7 +44,7 @@ a:hover { color: #d3111a; } } .forumbg .header a:hover, .forabg .header a:hover, th a:hover { - color: #FFA8D8 ; + color: #D70751; } /* Notification mark read link */ @@ -604,7 +604,7 @@ Colours and backgrounds for buttons.css .button:hover, .button:focus { - border-color: #D00A8E ; + border-color: ##D70751; 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: #D00A8E ; + color: #D70751 ; } .button-search:hover, -- 2.39.5