PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.3.1
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.3.1
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 / list-table.css

list-table.css in Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts 2.3.1, at admin/assets/css/list-table.css

101 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Snippets list table
3 * @author Webcraftic <wordpress.webraftic@gmail.com>
4 * @copyright Webcraftic 02.06.2018
5 */
6 .wp-list-table th#title {
7 width: 20% !important;
8 }
9 .wp-list-table th#winp_snippet_type {
10 width: 70px !important;
11 }
12 .wp-list-table th#winp_actions {
13 width: 50px !important;
14 }
15 .wp-list-table th#winp_where_use {
16 width: 200px !important;
17 }
18 .wp-list-table th#winp_taxonomy-wbcr-snippet-tags {
19 width: 100px;
20 }
21 .wp-list-table td {
22 vertical-align: middle !important;
23 /*&.column-snippet_type {
24 text-align: center;
25 }*/
26 }
27 .wp-list-table .wbcr-inp-enable-snippet-button .dashicons {
28 margin-top: 3px;
29 }
30 .wp-list-table .wbcr-inp-enable-snippet-button .dashicons.dashicons-controls-pause {
31 color: #8bc34a;
32 }
33 .wp-list-table .wbcr-inp-snippet-type-label {
34 display: inline-block;
35 padding: 3px 8px 6px;
36 border-radius: 3px;
37 font-weight: bold;
38 width: 30px;
39 text-align: center;
40 }
41 .wp-list-table .wbcr-inp-snippet-type-label.wbcr-inp-type-php {
42 background: #777bb3;
43 color: #ffffff;
44 }
45 .wp-list-table .wbcr-inp-snippet-type-label.wbcr-inp-type-text {
46 background: #4CAF50;
47 color: #fffffd;
48 }
49 .wp-list-table .wbcr-inp-snippet-type-label.wbcr-inp-type-universal {
50 background: #607D8B;
51 color: #ffffff;
52 }
53 .wp-list-table .wbcr-inp-snippet-type-label.wbcr-inp-type-css {
54 background: #1572b6;
55 color: #ffffff;
56 }
57 .wp-list-table .wbcr-inp-snippet-type-label.wbcr-inp-type-js {
58 background: #f7df1e;
59 color: #655b0e;
60 }
61 .wp-list-table .wbcr-inp-snippet-type-label.wbcr-inp-type-html {
62 background: #e44d26;
63 color: #fffffd;
64 }
65 .wp-list-table .wbcr-inp-status-marker {
66 display: inline-block;
67 border-radius: 100%;
68 width: 10px;
69 height: 10px;
70 margin-left: 5px;
71 }
72 .wp-list-table .wbcr-inp-status-marker.wbcr-inp-status-green {
73 background: #8bc34a;
74 }
75 .wp-list-table .wbcr-inp-status-marker.wbcr-inp-status-grey {
76 background: #c0c0c0;
77 }
78 @media screen and (max-width: 1350px) {
79 .wp-list-table th#description,
80 .wp-list-table th.column-description {
81 width: 0;
82 font-size: 0;
83 }
84 .wp-list-table th#actions {
85 width: 50px !important;
86 }
87 .wp-list-table th#where_use {
88 width: 100px !important;
89 }
90 .wp-list-table th#taxonomy-wbcr-snippet-tags {
91 width: 60px !important;
92 }
93 .wp-list-table th#snippet_type {
94 width: 50px !important;
95 }
96 .wp-list-table td.column-description {
97 width: 0;
98 font-size: 0;
99 }
100 }
101 /*# sourceMappingURL=list-table.css.map */