X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=experimental%2Fpalette%2Fpalette.css;h=b5b6b794c93432ee9399071c4d9ccbb5e39d8575;hb=21285cf929cd8f70c3d70a8df7e2895f7041fe67;hp=4cbcc54b8a202a96764e41bcaac5a6892df759ca;hpb=5bcd4c858f754766fe948dcbca3cf85aa5d58390;p=dygraphs.git diff --git a/experimental/palette/palette.css b/experimental/palette/palette.css index 4cbcc54..b5b6b79 100644 --- a/experimental/palette/palette.css +++ b/experimental/palette/palette.css @@ -31,15 +31,20 @@ .palette .option { } +.palette .textInput { + padding: 1px; + border: 2px inset; + border-color: #EEE; +} + .tooltip { position: absolute; border: 1px solid black; - layer-background-color: lightyellow; background-color: lightyellow; width: 280px; } -.tooltip .title { +.tooltip .prompt { font-family: Inconsolata, Courier New, Courier; } @@ -52,3 +57,54 @@ .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; +} + +#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) +}