| @@ -228,12 +228,12 @@ | ||
| 228 | 228 | #dashboard_stream_activity .new-row { |
| 229 | 229 | background-color: #ffffe0 !important; |
| 230 | 230 | |
| 231 | 231 | -webkit-transition: background 0.5s linear; |
| 232 | - -moz-transition: background 0.5s linear; | |
| 233 | - -ms-transition: background 0.5s linear; | |
| 234 | - -o-transition: background 0.5s linear; | |
| 235 | - transition: background 0.5s linear; | |
| 232 | + -moz-transition: background 0.5s linear; | |
| 233 | + -ms-transition: background 0.5s linear; | |
| 234 | + -o-transition: background 0.5s linear; | |
| 235 | + transition: background 0.5s linear; | |
| 236 | 236 | } |
| 237 | 237 | |
| 238 | 238 | .toplevel_page_wp_stream .new-row.alternate, |
| 239 | 239 | #dashboard_stream_activity .new-row.alternate { |
| @@ -396,11 +396,11 @@ | ||
| 396 | 396 | } |
| 397 | 397 | |
| 398 | 398 | .post-type-wp_stream_alerts .select2-search-choice-close { |
| 399 | 399 | -webkit-transition: none; |
| 400 | - -moz-transition: none; | |
| 401 | - -o-transition: all 0 none; | |
| 402 | - transition: none; | |
| 400 | + -moz-transition: none; | |
| 401 | + -o-transition: all 0 none; | |
| 402 | + transition: none; | |
| 403 | 403 | } |
| 404 | 404 | |
| 405 | 405 | .wp-stream-select2-icon { |
| 406 | 406 | position: relative; |
| @@ -410,12 +410,12 @@ | ||
| 410 | 410 | height: 16px; |
| 411 | 411 | } |
| 412 | 412 | |
| 413 | 413 | .select2-disabled .wp-stream-select2-icon { |
| 414 | - filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ | |
| 415 | - filter: gray; /* IE6-9 */ | |
| 414 | + filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ | |
| 415 | + filter: gray; /* IE6-9 */ | |
| 416 | 416 | -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ |
| 417 | - -moz-filter: grayscale(100%); /* Firefox < 3.5 */ | |
| 417 | + -moz-filter: grayscale(100%); /* Firefox < 3.5 */ | |
| 418 | 418 | } |
| 419 | 419 | |
| 420 | 420 | |
| 421 | 421 | /* Exclude List Table */ |