| @@ -80,9 +80,8 @@ | ||
| 80 | 80 | /* CSS3 */ |
| 81 | 81 | /* Including all prefixes according to http://caniuse.com/ */ |
| 82 | 82 | /* CSS Animations don't cascade, so don't require resetting */ |
| 83 | 83 | background-origin: padding-box !important; |
| 84 | - -webkit-background-clip: border-box !important; | |
| 85 | 84 | background-clip: border-box !important; |
| 86 | 85 | background-size: auto !important; |
| 87 | 86 | border-image: none !important; |
| 88 | 87 | border-radius: 0 !important; |
| @@ -95,9 +94,8 @@ | ||
| 95 | 94 | column-width: auto !important; |
| 96 | 95 | font-feature-settings: normal !important; |
| 97 | 96 | overflow-x: visible !important; |
| 98 | 97 | overflow-y: visible !important; |
| 99 | - -webkit-hyphens: manual !important; | |
| 100 | 98 | hyphens: manual !important; |
| 101 | 99 | -ms-perspective: none !important; |
| 102 | 100 | -o-perspective: none !important; |
| 103 | 101 | perspective: none !important; |
| @@ -264,9 +262,9 @@ | ||
| 264 | 262 | border: 1px #a6a6a6 solid !important; |
| 265 | 263 | background: lightgrey !important; /* Old browsers */ |
| 266 | 264 | background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ |
| 267 | 265 | background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%, rgb(209, 209, 209) 100%, rgb(221, 221, 221) 100%) !important; /* W3C */ |
| 268 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dddddd",GradientType=0 ) !important; /* IE6-9 */ | |
| 266 | + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */ | |
| 269 | 267 | -o-box-shadow: -1px 1px 0px #eee !important; |
| 270 | 268 | box-shadow: -1px 1px 0px #eee !important; |
| 271 | 269 | outline: initial !important; |
| 272 | 270 | } |