X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;fp=EarlyBlue%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;h=99ce38602ee39775984b284e88e5e82bd43df3ce;hp=0000000000000000000000000000000000000000;hb=49037d9b102dd33667ce0a860f02d820e5a7aeaf;hpb=048d3467ae733fc0d6ddd83f5e2abfbd94d6ffe7 diff --git a/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css b/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css new file mode 100644 index 00000000..99ce3860 --- /dev/null +++ b/EarlyBlue/mozapps/xpinstall/xpinstallConfirm.css @@ -0,0 +1,63 @@ +.listbox { +} + +#itemList { + margin: 10px 4px 10px 4px; + border: 1px inset #CCD0DD; + background-color: #FFFFFF; + color: #000000; +} + +#dialogContentBox { + padding: 5px; +} + +installitem { + padding-top: 5px; + padding-bottom: 5px; + -moz-padding-start: 5px; + -moz-padding-end: 0px; + border-bottom: 1px dotted #666699; + margin-bottom: 5px; +} + +.warning { + font-weight: bold; +} + +.xpinstallItemIcon { + width: 32px; + height: 32px; + max-width: 32px !important; + max-height: 32px !important; + -moz-margin-end: 5px; +} + +.xpinstallItemName { + font-weight: bold; +} + +.xpinstallItemSigned { + font-style: italic; +} + +.xpinstallItemSigned[signed=false] { + color: #ED1C24; + font-style: normal; + font-weight: bold; +} + +.xpinstallItemNameRow { + padding-bottom: 3px; +} + +.xpinstallItemURL { + -moz-appearance: none; + border: none; + background-color: #FFFFFF; + color: #000000; +} + +.xpinstallItemIcon { + list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"); +}