follow button

This commit is contained in:
Brittany Cheng
2012-08-03 13:36:14 -04:00
parent b73e329dd8
commit ec258a6346

View File

@@ -125,9 +125,9 @@ $discussion_input_width: 100%;
padding: 5px 8px;
text-decoration: none;
border: 1px solid #6F6F6F;
-webkit-box-shadow: inset 0 1px 0 #A2A2A2,0 0 3px #CCC;
-moz-box-shadow: inset 0 1px 0 #a2a2a2,0 0 3px #ccc;
box-shadow: inset 0 1px 0 #A2A2A2,0 0 3px #CCC;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: #959595;
background-image: none;
text-shadow: none;
@@ -135,9 +135,8 @@ $discussion_input_width: 100%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color: #555;
background-color: #888;
background-image: none;
border: 1px solid #555;
}
}
}