Commit edb951ca by Dányi Bence

webui: webkit-transitions added

parent ea4f4423
......@@ -171,6 +171,7 @@ input {
font-family: 'Titillium Web', sans-serif;
outline: none;
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.2);
-webkit-transition: box-shadow 0.5s;
&:hover{
border: 1px solid #666;
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(255,255,0,0.5);
......@@ -201,6 +202,7 @@ textarea {
font-family: 'Titillium Web', sans-serif;
outline: none;
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.2);
-webkit-transition: box-shadow 0.5s;
&:hover{
border: 1px solid #666;
box-shadow: inset 0 0 10px rgba(0,0,0,0.2), 0 0 5px rgba(255,255,0,0.5);
......
......@@ -115,6 +115,7 @@
cursor: pointer;
background-color: #c1c1c1;
position: relative;
-webkit-transition: background-color 0.3s;
&.unfinished{
background-color: rgb(252, 252, 108);
background-image: url(constr.png);
......
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