X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Fpalette.css;h=28ab8a8db23717dfe24f9260def695a1a6b1c9bd;hb=966ac3fa0de18a7b5ddefe4aba6938d8358ea0cf;hp=f0f953fdec588f147adb8ddef8caf56a0d92ccf5;hpb=5130c6277eacb3992441715e51fb33aa32ea94a4;p=dygraphs.git diff --git a/experimental/palette/palette.css b/experimental/palette/palette.css index f0f953f..28ab8a8 100644 --- a/experimental/palette/palette.css +++ b/experimental/palette/palette.css @@ -22,30 +22,17 @@ } .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; }