Add a:visited style to link-interaction (#819)
[dygraphs.git] / common / textarea.css
CommitLineData
66ba3e1a
RK
1.textarea {
2 position: absolute;
3 border: 1px solid black;
4 background-color: #dddddd;
5 z-index: 12;
6}
7
8.textarea .prompt {
9 padding-left: 2px;
10}
11
12.textarea .buttons {
13 position: absolute;
14 bottom: 5px;
15 right: 5px;
16}
17
18.textarea button {
19 color: #222222;
20}
21
22.textarea .editor {
23 font-family: Inconsolata, Courier New, Courier;
24 margin: 4px;
25}
26
27#modalBackground {
28 position: fixed;
29 left: 0;
30 top: 0;
31 width: 100%;
32 height: 100%;
33 z-index: 11;
34 background-color:#333333;
35 display: none;
36 opacity: 0.40;
37 filter: alpha(opacity=40)
38}