diff chrome/skin/extensions/incompatible.css @ 2:472a16863ecc

expanded nightly.jar
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 02 Dec 2008 20:38:20 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/chrome/skin/extensions/incompatible.css	Tue Dec 02 20:38:20 2008 +0900
@@ -0,0 +1,20 @@
+#warning {
+  font-weight: bold;
+}
+
+richlistitem {
+  padding: 2px;
+  border-bottom: 1px dotted;
+}
+
+.name-version label {
+  font-weight: bold;
+}
+
+[secure="true"] .insecure {
+  display: none;
+}
+
+[compatible="true"] .incompatible {
+  display: none;
+}