PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 3.15.9
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v3.15.9
4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 All 340 releases
profile-builder / assets / css / serial-notice.css

serial-notice.css in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 3.15.9, at assets/css/serial-notice.css

87 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wppb-serial-wrap{
2 margin:40px 0;
3 }
4
5 .wppb-dismiss-notification{
6 position:absolute;
7 right:0px;
8 top:50%;
9 margin-top:-7px;
10 }
11 .pms-cross-promo .wppb-dismiss-notification{
12 right: 10px;
13 margin-top:-10px;
14 }
15
16 div.wppb-serial-notification p{
17 padding-right: 50px;
18 position:relative;
19 }
20 .pms-cross-promo{
21 position: relative;
22 background-color: #fff;
23 border-left: 4px solid #d54e21;
24 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
25 display: block;
26 font-size: 14px;
27 line-height: 19px;
28 margin: 35px 20px 0 2px;
29 padding: 11px 15px;
30 text-align: left;
31
32 color: #fff;
33 background: #5693d3;
34 }
35 .pms-cross-promo a{
36 padding: 0 3px;
37 color:#fff;
38 border-radius: 2px;
39 }
40 .pms-cross-promo a:hover{
41 background: #fff;
42 color: #5693d3;
43 text-decoration: none;
44 }
45 .wppb-review-notice button.notice-dismiss{
46 display: none;
47 }
48
49
50 /* hide menu items */
51 .wp-submenu a[href="admin.php?page=profile-builder-private-website"],
52 .wp-submenu a[href="admin.php?page=profile-builder-admin-bar-settings"],
53 .wp-submenu a[href="admin.php?page=profile-builder-content_restriction"],
54 .wp-submenu a[href="admin.php?page=admin-email-customizer"],
55 .wp-submenu a[href="admin.php?page=user-email-customizer"],
56 .wp-submenu a[href="admin.php?page=profile-builder-toolbox-settings"],
57 .wp-submenu a[href="admin.php?page=profile-builder-two-factor-authentication"] {
58 display:none !important;
59 }
60
61
62 /***********************************************************/
63 /* WordPress Admin Menu Item
64 /***********************************************************/
65
66 body.admin-color-fresh ul#adminmenu .toplevel_page_profile-builder a.menu-top .wp-menu-image img {
67 display: none;
68 }
69
70 body.admin-color-fresh ul#adminmenu .toplevel_page_profile-builder a.menu-top .wp-menu-image:after {
71 content: url("../images/pb-menu-icon.svg");
72 position: absolute;
73 top: 5px;
74 left: 7px;
75 opacity: 0.6;
76 }
77
78 body.admin-color-fresh ul#adminmenu .toplevel_page_profile-builder.opensub a.menu-top .wp-menu-image:after,
79 body.admin-color-fresh ul#adminmenu .toplevel_page_profile-builder:not(.wp-menu-open) a.menu-top:hover .wp-menu-image:after {
80 content: url("../images/pb-menu-icon-hover.svg");
81 opacity: 1;
82 }
83
84 body.admin-color-fresh ul#adminmenu .toplevel_page_profile-builder.wp-menu-open a.menu-top .wp-menu-image:after {
85 opacity: 1;
86 }
87