Adding touchOVER check to the pageX/Y
[dygraphs.git] / experimental / palette / palette.css
index 4cbcc54..ea262e9 100644 (file)
 .palette .option {
 }
 
-.tooltip {
-  position: absolute;
-  border: 1px solid black;
-  layer-background-color: lightyellow;
-  background-color: lightyellow;
-  width: 280px;
+.palette .textInput {
+  padding: 1px;
+  border: 2px inset;
+  border-color: #EEE;
 }
 
-.tooltip .title {
-  font-family: Inconsolata, Courier New, Courier;
+.palette a {
+  color: #3333FF;
 }
 
-.tooltip .type {
-  font-family: Inconsolata, Courier New, Courier;
-  margin-bottom: 0.5em;
-  font-size: smaller;
+.palette a:hover {
+  text-decoration: underline;
 }
 
-.tooltip .body {
-  font-size: smaller;
+.palette a:active {
+  color: #0000FF;
 }