Commit edb951ca by Dányi Bence

webui: webkit-transitions added

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