]> git.aero2k.de Git - dfde-theme.git/commitdiff
Farben angepasst
authoreggy <eggy@localhost>
Mon, 24 Jul 2017 06:08:40 +0000 (08:08 +0200)
committereggy <eggy@localhost>
Mon, 24 Jul 2017 06:08:40 +0000 (08:08 +0200)
theme/colours.css

index 9af697e1dcff149c70c3098b2cdb7494bb1c71bf..a5f72630038f9d3f7ccd4c85e6bedd1821303959 100644 (file)
@@ -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,