]> git.ktnx.net Git - icedeb.git/blobdiff - icedeb.css
initial implementation of e10s. XUL/XPCOM is dropped
[icedeb.git] / icedeb.css
diff --git a/icedeb.css b/icedeb.css
new file mode 100644 (file)
index 0000000..d1b2f8b
--- /dev/null
@@ -0,0 +1,10 @@
+div.icedeb-button {
+  background: lightgray;
+  border-radius: 5px;
+}
+.hidden { display: none; }
+#clipboard {
+  position: absolute;
+  left: -50000px;
+}
+#sorry { font-size: 80%; }