Tweaking Css prefix
This commit is contained in:
parent
c64e86abec
commit
9cdba38b3c
2 changed files with 11 additions and 17 deletions
|
@ -41,9 +41,6 @@ a {
|
|||
a:hover {
|
||||
color: #abd9ec;
|
||||
text-decoration: underline;
|
||||
-webkit-transition: color 0.5s;
|
||||
-moz-transition: color 0.5s;
|
||||
-o-transition: color 0.5s;
|
||||
transition: color 0.5s;
|
||||
}
|
||||
footer {
|
||||
|
@ -173,13 +170,10 @@ margin-bottom: -50px;
|
|||
display: inline;
|
||||
}
|
||||
.mobile input {
|
||||
-webkit-box-sizing: border-box;
|
||||
/* Safari/Chrome, other WebKit */
|
||||
|
||||
-moz-box-sizing: border-box;
|
||||
/* Firefox, other Gecko */
|
||||
|
||||
box-sizing: border-box;
|
||||
box-sizing: border-box
|
||||
/* Opera/IE 8+ */
|
||||
}
|
||||
#incercari_msg {
|
||||
|
|
Loading…
Reference in a new issue