style.css
35 lines
| 1 | /* |
| 2 | * styles for settings page |
| 3 | */ |
| 4 | #gglcptch_v1_notice { |
| 5 | border-color: #00a0d2 !important; |
| 6 | } |
| 7 | #gglcptch-keys input[type=text] { |
| 8 | max-width: 350px; |
| 9 | width: 100%; |
| 10 | display: inline-block; |
| 11 | } |
| 12 | .gglcptch_verified { |
| 13 | color: #03AA03; |
| 14 | } |
| 15 | .gglcptch_error_msg { |
| 16 | color: #dc3232; |
| 17 | } |
| 18 | .gglcptch_whitelist_form > div:first-of-type > input[type="text"], |
| 19 | .gglcptch_whitelist_form > div:first-of-type > label { |
| 20 | display: inline-block; |
| 21 | margin-bottom: 10px; |
| 22 | } |
| 23 | .gglcptch_settings_page .bws_pro_version_tooltip { |
| 24 | z-index: 1; |
| 25 | } |
| 26 | .gglcptch_settings_page .bws_pro_version_bloc { |
| 27 | overflow: visible; |
| 28 | } |
| 29 | |
| 30 | @media only screen and ( max-width: 782px ) { |
| 31 | #gglcptch-keys input[type=text] { |
| 32 | width: 90%; |
| 33 | max-width: initial; |
| 34 | } |
| 35 | } |