Ticket #46770: 46770-2.patch
File 46770-2.patch, 7.2 KB (added by , 6 years ago) |
---|
-
wp-content/themes/twentyeleven/colors/dark.css
335 335 background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */ 336 336 background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */ 337 337 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ 338 background: linear-gradient(to p, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */338 background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */ 339 339 } 340 340 .feature-slider a { 341 341 background: #c3c3c3; -
wp-content/themes/twentyeleven/style.css
1584 1584 background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */ 1585 1585 background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */ 1586 1586 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 1587 background: linear-gradient(to p, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */1587 background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */ 1588 1588 width: 100%; 1589 1589 height: 45px; 1590 1590 position: absolute; -
wp-content/themes/twentytwelve/css/blocks.css
143 143 background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6); 144 144 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 145 145 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 146 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);146 background-image: linear-gradient(to top, #f4f4f4, #e6e6e6); 147 147 border: 1px solid #d2d2d2; 148 148 border-radius: 3px; 149 149 box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); … … 164 164 background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb); 165 165 background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb); 166 166 background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb); 167 background-image: linear-gradient(to p, #f9f9f9, #ebebeb);167 background-image: linear-gradient(to top, #f9f9f9, #ebebeb); 168 168 background-repeat: repeat-x; 169 169 color: #5e5e5e; 170 170 } … … 175 175 background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1); 176 176 background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1); 177 177 background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1); 178 background-image: linear-gradient(to p, #ebebeb, #e1e1e1);178 background-image: linear-gradient(to top, #ebebeb, #e1e1e1); 179 179 background-repeat: repeat-x; 180 180 border-color: transparent; 181 181 box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4; … … 285 285 background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6); 286 286 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 287 287 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 288 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);288 background-image: linear-gradient(to top, #f4f4f4, #e6e6e6); 289 289 } 290 290 291 291 .wp-block-button__link:not(.has-text-color) { … … 298 298 background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb); 299 299 background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb); 300 300 background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb); 301 background-image: linear-gradient(to p, #f9f9f9, #ebebeb);301 background-image: linear-gradient(to top, #f9f9f9, #ebebeb); 302 302 background-repeat: repeat-x; 303 303 } 304 304 … … 307 307 background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1); 308 308 background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1); 309 309 background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1); 310 background-image: linear-gradient(to p, #ebebeb, #e1e1e1);310 background-image: linear-gradient(to top, #ebebeb, #e1e1e1); 311 311 background-repeat: repeat-x; 312 312 border-color: transparent; 313 313 } -
wp-content/themes/twentytwelve/css/editor-blocks.css
241 241 background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6); 242 242 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 243 243 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 244 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);244 background-image: linear-gradient(to top, #f4f4f4, #e6e6e6); 245 245 border: 1px solid #d2d2d2; 246 246 border-radius: 3px; 247 247 box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); … … 366 366 background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6); 367 367 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 368 368 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 369 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);369 background-image: linear-gradient(to top, #f4f4f4, #e6e6e6); 370 370 background-repeat: repeat-x; 371 371 } 372 372 -
wp-content/themes/twentytwelve/style.css
255 255 background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6); 256 256 background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6); 257 257 background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6); 258 background-image: linear-gradient(to p, #f4f4f4, #e6e6e6);258 background-image: linear-gradient(to top, #f4f4f4, #e6e6e6); 259 259 border: 1px solid #d2d2d2; 260 260 border-radius: 3px; 261 261 box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); … … 285 285 background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb); 286 286 background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb); 287 287 background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb); 288 background-image: linear-gradient(to p, #f9f9f9, #ebebeb);288 background-image: linear-gradient(to top, #f9f9f9, #ebebeb); 289 289 } 290 290 .menu-toggle:active, 291 291 .menu-toggle.toggled-on, … … 300 300 background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1); 301 301 background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1); 302 302 background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1); 303 background-image: linear-gradient(to p, #ebebeb, #e1e1e1);303 background-image: linear-gradient(to top, #ebebeb, #e1e1e1); 304 304 box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4; 305 305 border-color: transparent; 306 306 } … … 1276 1276 background-image: -ms-linear-gradient(top, #009cee, #0088d0); 1277 1277 background-image: -webkit-linear-gradient(top, #009cee, #0088d0); 1278 1278 background-image: -o-linear-gradient(top, #009cee, #0088d0); 1279 background-image: linear-gradient(to p, #009cee, #0088d0);1279 background-image: linear-gradient(to top, #009cee, #0088d0); 1280 1280 border-radius: 3px; 1281 1281 border: 1px solid #007cbd; 1282 1282 }