Commit 97b47014 by Dányi Bence

webui: submit button transition added

parent 79ddc852
...@@ -192,6 +192,10 @@ input[type=submit], input[type=button], input[type=reset]{ ...@@ -192,6 +192,10 @@ input[type=submit], input[type=button], input[type=reset]{
border: 1px solid #777; border: 1px solid #777;
cursor: pointer; cursor: pointer;
box-shadow: 0 0 5px rgba(0,0,0,0.2); box-shadow: 0 0 5px rgba(0,0,0,0.2);
-webkit-transition: background 0.5s;
-moz-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
&:hover{ &:hover{
background: rgba(0,0,0,0.2); background: rgba(0,0,0,0.2);
}; };
......
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 sign in to comment