PluginProbe
Caddy – WooCommerce Side Cart & Free Shipping Bar / 1.0
Caddy – WooCommerce Side Cart & Free Shipping Bar v1.0
3.2.0 3.1.1 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8 1.8.1 1.8.2 1.9 1.9.2 1.9.3 All 46 releases
caddy / admin / css / caddy-admin.css

caddy-admin.css in Caddy – WooCommerce Side Cart & Free Shipping Bar 1.0, at admin/css/caddy-admin.css

29 lines 466 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }