Commit | Line | Data |
---|---|---|
1 | @import url("palette.css"); | |
2 | @import url("tooltip.css"); | |
3 | @import url("../../common/textarea.css"); | |
4 | ||
5 | #selector { | |
6 | width: 150px; | |
7 | margin-left: auto; | |
8 | margin-right: auto; | |
9 | } | |
10 | ||
11 | #toggleInstructions { | |
12 | color: #0000DD; | |
13 | } | |
14 | ||
15 | #toggleInstructions:hover { | |
16 | color: #0000FF; | |
17 | text-decoration: underline; | |
18 | } |