]> git.ktnx.net Git - icedeb.git/blobdiff - icedeb.css
nicer popup, site links, remove text about absent selection-clipboard support
[icedeb.git] / icedeb.css
index d1b2f8b3de16f53c0b46781f1f1ca2002bad6625..c12c541b5054873936ff504e2853fb2ae20e0364 100644 (file)
@@ -1,10 +1,24 @@
-div.icedeb-button {
-  background: lightgray;
+body { padding: 1ex; }
+#clipboard { margin: 2px; }
+
+#button-list-container {
+  background: linear-gradient(to bottom, hsl(222,4%,89%) 0%, hsl(0,0%,100%) 100%);
+  display: flex;
+  flex-direction: column;
+  padding: 0.1ex;
+}
+#button-list-container > * {
+  margin: 0.5ex;
+  padding 0.1ex;
+}
+
+.icedeb-button {
   border-radius: 5px;
+  cursor: pointer;
+  color: blue;
 }
-.hidden { display: none; }
-#clipboard {
-  position: absolute;
-  left: -50000px;
+.icedeb-button:hover {
+    text-decoration: underline;
 }
-#sorry { font-size: 80%; }
+.hidden { display: none; }
+a, a:visited { color: blue; }