Browse Source

Added some styles to button states

Andrew Chalkley 9 years ago
parent
commit
51b760f5d1
1 changed files with 10 additions and 0 deletions
  1. 10 0
      front-end/css/style.css

+ 10 - 0
front-end/css/style.css

@@ -26,6 +26,16 @@ button {
 	border: 0.5px solid #247EFF;
 }
 
+button:disabled {
+	background: #eee;
+	color: #aaa;	
+}
+
+button:hover {
+	background-image: linear-gradient(-180deg, #5DA9FF 0%, #1775F4 100%);
+	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
+}
+
 select {
 	width: 254px;
 	height: 21px;