style.css
14 lines
| 1 | /* |
| 2 | * styles for settings page |
| 3 | */ |
| 4 | .gglcptch_verified { |
| 5 | color: #03AA03; |
| 6 | } |
| 7 | .gglcptch_error_msg { |
| 8 | color: #dc3232; |
| 9 | } |
| 10 | .gglcptch_whitelist_form > div:first-of-type > input[type="text"], |
| 11 | .gglcptch_whitelist_form > div:first-of-type > label { |
| 12 | display: inline-block; |
| 13 | margin-bottom: 10px; |
| 14 | } |