admin_page.css
2 years ago
gglcptch.css
2 years ago
hide_badge.css
2 years ago
login-style.css
2 years ago
style.css
2 years ago
style.css
34 lines
| 1 | /* |
| 2 | * styles for settings page |
| 3 | */ |
| 4 | body.no-js table:not(.bws_pro_version) .gglcptch_section_forms:last-of-type hr, |
| 5 | body.js .gglcptch-settings-accordion.ui-accordion .gglcptch_section_forms > hr { |
| 6 | display: none; |
| 7 | } |
| 8 | .ui-widget-content .gglcptch_section_header.ui-state-default { |
| 9 | background: initial; |
| 10 | } |
| 11 | .bws_tab .gglcptch-settings-accordion.ui-accordion a { |
| 12 | color: #0073aa; |
| 13 | } |
| 14 | .bws_tab .gglcptch-settings-accordion.ui-accordion a:hover { |
| 15 | color: #00a0d2; |
| 16 | } |
| 17 | .gglcptch-settings-accordion.ui-accordion .ui-accordion-content { |
| 18 | padding: 1em; |
| 19 | } |
| 20 | .gglcptch_verified { |
| 21 | color: #03AA03; |
| 22 | } |
| 23 | .gglcptch_error_msg { |
| 24 | color: #dc3232; |
| 25 | } |
| 26 | .gglcptch_allowlist_form > div:first-of-type > input[type="text"], |
| 27 | .gglcptch_allowlist_form > div:first-of-type > label { |
| 28 | display: inline-block; |
| 29 | margin-bottom: 10px; |
| 30 | } |
| 31 | #gglcptch_score_out_v3 { |
| 32 | transform: translateY(-50%); |
| 33 | display: inline-block; |
| 34 | } |