X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Fpalette.css;h=28ab8a8db23717dfe24f9260def695a1a6b1c9bd;hb=dd371798a58578e470de0a7e292ca5ca550aa3f3;hp=7548778ba4666e477f99473f86a3551d82f72c1c;hpb=d95dc01489ed4862cf1ac5841b27d3d990bb5a53;p=dygraphs.git diff --git a/experimental/palette/palette.css b/experimental/palette/palette.css index 7548778..28ab8a8 100644 --- a/experimental/palette/palette.css +++ b/experimental/palette/palette.css @@ -31,44 +31,8 @@ .palette .option { } -.tooltip { - position: absolute; - border: 1px solid black; - background-color: lightyellow; - width: 280px; +.palette .textInput { + padding: 1px; + border: 2px inset; + border-color: #EEE; } - -.tooltip .title { - font-family: Inconsolata, Courier New, Courier; -} - -.tooltip .type { - font-family: Inconsolata, Courier New, Courier; - margin-bottom: 0.5em; - font-size: smaller; -} - -.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; -} -