Slight style changes to button_action_highlight
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 20 Nov 2011 00:57:29 +0000 (01:57 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 20 Nov 2011 00:57:29 +0000 (01:57 +0100)
mediagoblin/static/css/base.css

index cec236f4ee34c6b51a1bb519730030b4e0dfc11c..c26e11af792948b74fa12674086d17379f80807f 100644 (file)
@@ -132,7 +132,9 @@ a.mediagoblin_logo{
 }
 
 .button_action_highlight{
-background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109, 173, 144));
+  background-color: #86D4B1;
+  border-color: #A2DEC3 #6CAA8E #5C9179;
+  color: #283F35;
 }