PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.7.7
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.7.7
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
insert-php / admin / assets / css / snippet-edit.css

snippet-edit.css in Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts 2.7.7, at admin/assets/css/snippet-edit.css

38 lines 891 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Snippet edit page
3 */
4 button.active {
5 background: #007cba !important;
6 border-color: #007cba !important;
7 color: #fff !important;
8 text-decoration: none !important;
9 box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2) !important;
10 }
11 .wbcr_inp_shortcode_input_container,
12 .wbcr_inp_whereuse_input_container {
13 margin: 0 10px;
14 }
15 .wbcr_inp_shortcode_input_container label,
16 .wbcr_inp_whereuse_input_container label {
17 font-weight: bold;
18 }
19 .wbcr_inp_shortcode_input,
20 .wbcr_inp_shortcode_input:focus,
21 .wbcr_inp_whereuse_input,
22 .wbcr_inp_whereuse_input:focus {
23 border: 1px solid #cbcbcb !important;
24 background: #f6f6f6 !important;
25 box-shadow: none !important;
26 outline: none;
27 width: 100%;
28 color: #555 !important;
29 font-size: 13px;
30 padding: 5px !important;
31 margin: 0 0 10px 0 !important;
32 text-align: center;
33 }
34 #submitdiv,
35 #tagsdiv-wbcr-snippet-tags {
36 display: block;
37 }
38