]> git.donarmstrong.com Git - roundcube.git/blob - program/js/tiny_mce/plugins/media/css/content.css
Imported Upstream version 0.1
[roundcube.git] / program / js / tiny_mce / plugins / media / css / content.css
1 .mceItemFlash, .mceItemShockWave, .mceItemQuickTime, .mceItemWindowsMedia, .mceItemRealMedia {
2         border: 1px dotted #cc0000;
3         background-position: center;
4         background-repeat: no-repeat;
5         background-color: #ffffcc;
6 }
7
8 .mceItemShockWave {
9         background-image: url('../images/shockwave.gif');
10 }
11
12 .mceItemFlash {
13         background-image: url('../images/flash.gif');
14 }
15
16 .mceItemQuickTime {
17         background-image: url('../images/quicktime.gif');
18 }
19
20 .mceItemWindowsMedia {
21         background-image: url('../images/windowsmedia.gif');
22 }
23
24 .mceItemRealMedia {
25         background-image: url('../images/realmedia.gif');
26 }