caddy-admin.css in Caddy – WooCommerce Side Cart & Free Shipping Bar 1.0, at admin/css/caddy-admin.css
| 1 | /** |
| 2 | * All of the CSS for your admin-specific functionality should be |
| 3 | * included in this file. |
| 4 | */ |
| 5 | |
| 6 | .cc-settings-container { |
| 7 | margin-top: 1em; |
| 8 | position: relative; |
| 9 | top: -1px; |
| 10 | box-shadow: none; |
| 11 | padding: 5px 30px; |
| 12 | border: 1px solid #e5e5e5; |
| 13 | border-top: 0; |
| 14 | background: #fff; |
| 15 | } |
| 16 | |
| 17 | .cc-settings-container select { |
| 18 | width: 60%; |
| 19 | } |
| 20 | |
| 21 | input.select2-search__field:focus { |
| 22 | outline: none; |
| 23 | display: none; |
| 24 | border: none; |
| 25 | } |
| 26 | |
| 27 | input.select2-search__field { |
| 28 | box-shadow: none; |
| 29 | } |