Commit f75aae16 by dragonfi

Grey out disabled submit button

parent 13b8d7a5
...@@ -85,3 +85,11 @@ ...@@ -85,3 +85,11 @@
float: left; float: left;
height:33.33px; height:33.33px;
} }
.mentoring input[type=button] {
background-color: #3384ca;
}
.mentoring input[type=button][disabled], .mentoring input[type=button][disabled]:hover {
background-color: #cccccc;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment