1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

Farben Mouseover Forentitel und Buttons

This commit is contained in:
eggy
2017-07-24 15:04:59 +02:00
parent 9b4a8dc613
commit df6130f6e1

View File

@@ -44,7 +44,7 @@ a:hover { color: #d3111a; }
} }
.forumbg .header a:hover, .forabg .header a:hover, th a:hover { .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
color: #FFA8D8 ; color: #D70751;
} }
/* Notification mark read link */ /* Notification mark read link */
@@ -604,7 +604,7 @@ Colours and backgrounds for buttons.css
.button:hover, .button:hover,
.button:focus { .button:focus {
border-color: #D00A8E ; border-color: ##D70751;
background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */ background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */
background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%); background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #E9E9E9 0%,#FFFFFF 100%); /* W3C */ 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-secondary:hover,
.button:focus .icon, .button:focus .icon,
.button:hover .icon { .button:hover .icon {
color: #D00A8E ; color: #D70751 ;
} }
.button-search:hover, .button-search:hover,