Text area is almost working. It's not modal, and it could use a little polish.
[dygraphs.git] / experimental / palette / palette.css
index 4cbcc54..7548778 100644 (file)
@@ -34,7 +34,6 @@
 .tooltip {
   position: absolute;
   border: 1px solid black;
-  layer-background-color: lightyellow;
   background-color: lightyellow;
   width: 280px;
 }
 .tooltip .body {
   font-size: smaller;
 }
+
+.textarea {
+  position: absolute;
+  border: 1px solid black;
+  background-color: #dddddd;
+  z-index: 12;
+}
+
+.textarea .prompt {
+}
+
+.textarea .buttons {
+  position: absolute;
+  bottom: 5px;
+  right: 5px;
+}
+
+.textarea button {
+  color: #222222;
+}
+