diff --git a/src/components/common/Common.css b/src/components/common/Common.css index f2b06fe2ac..0e303a61be 100644 --- a/src/components/common/Common.css +++ b/src/components/common/Common.css @@ -134,7 +134,8 @@ button { } .p-link { - text-align: left; + text-align: left; + background: transparent; background-color: transparent; margin: 0; padding: 0; @@ -181,7 +182,7 @@ button { /* Floating Label */ .p-float-label { display: block; - position:relative; + position:relative; } .p-float-label > label { @@ -191,9 +192,9 @@ button { left: .25em; top: 50%; margin-top: -.5em; - transition: 0.3s ease all; - -moz-transition: 0.3s ease all; + transition: 0.3s ease all; + -moz-transition: 0.3s ease all; -webkit-transition: 0.3s ease all; color: #898989; line-height: 1; -} \ No newline at end of file +}