You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/22 21:19:32 UTC

svn commit: r1668472 - /steve/trunk/pysteve/www/htdocs/css/steve_interactive.css

Author: humbedooh
Date: Sun Mar 22 20:19:32 2015
New Revision: 1668472

URL: http://svn.apache.org/r1668472
Log:
fix border color

Modified:
    steve/trunk/pysteve/www/htdocs/css/steve_interactive.css

Modified: steve/trunk/pysteve/www/htdocs/css/steve_interactive.css
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/css/steve_interactive.css?rev=1668472&r1=1668471&r2=1668472&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/css/steve_interactive.css (original)
+++ steve/trunk/pysteve/www/htdocs/css/steve_interactive.css Sun Mar 22 20:19:32 2015
@@ -80,7 +80,7 @@ p {
 
 .btn-black {
   background: #888888 !important;
-  border: #bd351e solid 1px;
+  border: #aaaaaa solid 1px;
   border-radius: 3px;
   color: #fff !important;
   display: inline-block;