X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Fpalette.css;h=ea262e98ba8e5dcba39639c1379cb0420dac3025;hb=65129ba82d4efe12714be88fa3c792149c00ca10;hp=a0c4f1fe40a9374488592725bc992d8a20979ad3;hpb=909bae9be60850acdb3fc1430be1dc9ac8341e75;p=dygraphs.git diff --git a/experimental/palette/palette.css b/experimental/palette/palette.css index a0c4f1f..ea262e9 100644 --- a/experimental/palette/palette.css +++ b/experimental/palette/palette.css @@ -31,74 +31,20 @@ .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 .prompt { - 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; -} - -.tooltip .body { - font-size: smaller; -} - -.textarea { - position: absolute; - border: 1px solid black; - background-color: #dddddd; - z-index: 12; -} - -.new.textArea { - position: fixed; - left: 0; - top: 0; - z-index: 13; - background-color: white; - display: none; - width: 20em; - height: 10em; - border: 1px solid blue; -} - -.textarea .prompt { - padding-left: 2px; -} - -.textarea .buttons { - position: absolute; - bottom: 5px; - right: 5px; -} - -.textarea button { - color: #222222; -} - -.textarea .editor { - font-family: Inconsolata, Courier New, Courier; - margin: 4px; +.palette a:hover { + text-decoration: underline; } -#modalBackground { - position: fixed; - left: 0; - top: 0; - width: 100%; - height: 100%; - z-index: 11; - background-color:#333333; - display: none; - opacity: 0.40; - filter: alpha(opacity=40) +.palette a:active { + color: #0000FF; }