Move textarea to common area.
[dygraphs.git] / experimental / palette / palette.css
index 1ff5850..28ab8a8 100644 (file)
@@ -1,9 +1,12 @@
 .palette {
   border-style: solid;
   border-width: 1px;
+  border-color: #bbbbbb;
   font-size: smaller;
   font-family: Arial, Verdana, sans-serif;
   width: 300px;
+  padding:2px;
+  color: #333333;
 }
 
 .palette .header {
 }
 
 .palette .name {
-  
 }
 
-.palette .option {
-}
-
-.tooltip {
-  position: absolute;
-  border: 1px solid black;
-  layer-background-color: lightyellow;
-  background-color: lightyellow;
-  width: 280px;
-}
-
-.tooltip .title {
-  font-family: Inconsolata, Courier New, Courier;
+.palette .name:after {
+  content: ":";
 }
 
-.tooltip .type {
-  font-family: Inconsolata, Courier New, Courier;
-  margin-bottom: 0.5em;
-  font-size: smaller;
+.palette .option {
 }
 
-.tooltip .body {
-  font-size: smaller;
+.palette .textInput {
+  padding: 1px;
+  border: 2px inset;
+  border-color: #EEE;
 }