PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.1
WP Coder – Insert & Manage Code Snippets v3.1
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / assets / css / admin-general.css

admin-general.css in WP Coder – Insert & Manage Code Snippets 3.1, at assets/css/admin-general.css

31 lines 667 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .toplevel_page_wow-company > ul li:not(.wp-first-item) a {
2 display: flex !important;
3 align-items: center;
4 gap: 5px;
5 }
6
7 .toplevel_page_wow-company > ul li:not(.wp-first-item) a img{
8 max-height: 15px;
9 }
10
11 .wowp-menu-logo {
12 margin-right: 4px;
13 }
14
15 #toplevel_page_wp-coder a[href*="wpcoder.pro"],
16 #toplevel_page_wp-coder a[href*="wpcoder.pro"]:visited {
17 background-color: #E86E2C !important;
18 font-weight: 700;
19 color: #ffffff;
20 }
21
22 #toplevel_page_wp-coder a[href*="wpcoder.pro"]:hover {
23 color: #ffffff;
24 background-color: #D85B18 !important;
25 }
26
27 @media screen and (max-width: 1216px) {
28 .column-code-alt {
29 display: none;
30 }
31 }