about summary refs log tree commit diff
path: root/blog.node5.net/static/comment_section.css
blob: 7aa17271884ea3eebec144af1b2cd463d56e5c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
input, textarea, select {
    background: transparent;
    border: 1px solid #3e3e3e;
    border-radius: 0.3em;
    color:white;
    padding: 0.5em;
    margin: 0.3em;
    width: 29%;
}

textarea:focus, input:focus, select:focus {
    outline: none;
    border: 0.2em solid #00ffff;
}

#comment {
  width: 90%;
  margin: 1em 0;
}