mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
parent
99fade7c40
commit
49f78812dc
@ -14,12 +14,6 @@
|
|||||||
background-color: #E6E6E6;
|
background-color: #E6E6E6;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
/* Transitions */
|
|
||||||
-webkit-transition: 0.1s linear -webkit-box-shadow;
|
|
||||||
-moz-transition: 0.1s linear -moz-box-shadow;
|
|
||||||
-ms-transition: 0.1s linear box-shadow;
|
|
||||||
-o-transition: 0.1s linear box-shadow;
|
|
||||||
transition: 0.1s linear box-shadow;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pure-button-hover,
|
.pure-button-hover,
|
||||||
|
@ -21,11 +21,6 @@
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
box-shadow: inset 0 1px 3px #ddd;
|
box-shadow: inset 0 1px 3px #ddd;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-webkit-transition: 0.3s linear border;
|
|
||||||
-moz-transition: 0.3s linear border;
|
|
||||||
-ms-transition: 0.3s linear border;
|
|
||||||
-o-transition: 0.3s linear border;
|
|
||||||
transition: 0.3s linear border;
|
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user