X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fplugins%2FpluginProblem.css;h=e0b6f2ad0905a220a02e7d3c2a9665176714c52e;hp=7ae0d82b566a7f9b694f4ca3f3e1f5e6cab5388a;hb=569543b3d2d5099d602cc6644b026ee2adf3e00a;hpb=c0fb45ea7e0f2045575b3cdd750bbc6673b22f48 diff --git a/EarlyBlue/mozapps/plugins/pluginProblem.css b/EarlyBlue/mozapps/plugins/pluginProblem.css index 7ae0d82b..e0b6f2ad 100644 --- a/EarlyBlue/mozapps/plugins/pluginProblem.css +++ b/EarlyBlue/mozapps/plugins/pluginProblem.css @@ -6,9 +6,9 @@ text-align: center; background-color: #CCD0DD; color: #000000; - -moz-border-radius: 12px; + border-radius: 12px; /* recessed effect with 'disabled' shadow */ - -moz-box-shadow: inset 0 1px 5px #808080; + box-shadow: inset 0 1px 5px #808080; padding: 5px; -moz-user-select: none; } @@ -24,16 +24,16 @@ html|a { background-repeat: no-repeat; } :-moz-type-unsupported .icon { - background-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); + background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png"); } :-moz-handler-disabled .icon { - background-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png"); + background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png"); } :-moz-handler-blocked .icon { - background-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png"); + background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png"); } :-moz-handler-crashed .icon { - background-image: url("chrome://mozapps/skin/plugins/pluginCrashed.png"); + background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png"); } .throbber {