| @@ -1,13 +1,19 @@ | ||
| 1 | 1 | .photonic-widget input[type="text"] { width: 100%; } |
| 2 | 2 | .photonic-source { text-align: center; } |
| 3 | 3 | |
| 4 | -.photonic-widget a.photonic-wizard { width: 120px; height: 120px; display: inline-block; border: 1px dotted #ccc; background: url(../../images/Admin.svg) no-repeat; background-size: 100%; margin: 0 auto; box-sizing: content-box; } | |
| 4 | +.photonic-widget a.photonic-wizard { width: 120px; height: 120px; display: inline-block; border: 1px dotted #ccc; background: url(../../images/Admin.svg?ver=3.20) no-repeat; background-size: 100%; margin: 0 auto; box-sizing: content-box; } | |
| 5 | 5 | .photonic-widget a.photonic-wizard.photonic { background-position: 0 -2760px; } |
| 6 | +.photonic-widget a.photonic-wizard.wp { background-position: 0 -600px; } | |
| 6 | 7 | .photonic-widget a.photonic-wizard.flickr { background-position: 0 -120px; } |
| 7 | 8 | .photonic-widget a.photonic-wizard.smugmug { background-position: 0 -360px; } |
| 8 | 9 | .photonic-widget a.photonic-wizard.google { background-position: 0 -840px; } |
| 9 | 10 | .photonic-widget a.photonic-wizard.zenfolio { background-position: 0 -480px; } |
| 10 | 11 | .photonic-widget a.photonic-wizard.instagram { background-position: 0 -240px; } |
| 12 | +.photonic-widget a.photonic-wizard.deviantart { background-position: 0 -3120px; } | |
| 11 | 13 | |
| 12 | 14 | .photonic-shortcode-display { margin-bottom: 1em; } |
| 13 | 15 | .photonic-shortcode-display code { line-height: 1.6em; } |
| 16 | + | |
| 17 | +#TB_window.photonic-tb { z-index: 559999; } | |
| 18 | +#wp-media-modal.media-modal { z-index: 560000; } | |
| 19 | +.fl-builder-edit .media-modal { z-index: 9999991 !important; } | |