X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fplugins%2FpluginProblem.css;h=03ea6500c3dddbfe4bac6d74fdc9ab1d9b975729;hb=e1313d59a1c9110ddef3376207066ed526037f15;hp=14ec88a1d448daa110e60c467e87896ef842c390;hpb=c0fb45ea7e0f2045575b3cdd750bbc6673b22f48;p=themes.git diff --git a/LCARStrek/mozapps/plugins/pluginProblem.css b/LCARStrek/mozapps/plugins/pluginProblem.css index 14ec88a1..03ea6500 100644 --- a/LCARStrek/mozapps/plugins/pluginProblem.css +++ b/LCARStrek/mozapps/plugins/pluginProblem.css @@ -6,9 +6,9 @@ text-align: center; background-color: #000000; color: #FFCF00; - -moz-border-radius: 12px; + border-radius: 12px; /* recessed effect with 'disabled' shadow */ - -moz-box-shadow: inset 0 1px 5px #8050B0; + box-shadow: inset 0 1px 5px #8050B0; 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 {