PluginProbe
Responsive Menu – Create Mobile-Friendly Menu / 3.1.26
Responsive Menu – Create Mobile-Friendly Menu v3.1.26
4.7.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 All 90 releases
← All changes | public/css/admin/additional.css +11 -14 3.1.83.1.26 View file →
@@ -16,12 +16,8 @@
16 16 color: #333;
17 17 border-color: #333;
18 18 }
19 19
20 -#responsive-menu-admin tr.pro-row:hover {
21 - position: relative;
22 -}
23 -
24 20 #responsive-menu-admin .responsive-menu-pro-overlay {
25 21 display: none;
26 22 position: absolute;
27 23 top: 0;
@@ -61,26 +57,27 @@
61 57 .rtl #responsive-menu-admin .semi-pro::before {
62 58 float: left;
63 59 }
64 60
61 +#responsive-menu-admin #upgrade-bottom-banner a,
62 +#responsive-menu-admin #upgrade-banner-title a {
63 + color: #ffffff;
64 +}
65 +
65 66 #responsive-menu-admin #upgrade-banner {
66 - padding: 25px 5%;
67 - background: #DE4B42;
68 67 color: #fff;
69 - border: 1px solid #D33C34;
70 68 border-radius: 2px;
71 69 text-align: center;
72 - margin-bottom: 15px;
70 + margin: 0 auto 15px auto;
71 + background-color: #d9534f;
72 + max-width: 350px;
73 + font-size: 18px;
74 + font-weight: bold;
75 + line-height: 24px;
73 76 }
74 77
75 78 #responsive-menu-admin #upgrade-banner i {
76 79 margin-right: 5px;
77 -}
78 -
79 -#responsive-menu-admin #upgrade-banner {
80 - font-size: 18px;
81 - font-weight: bold;
82 - line-height: 24px;
83 80 }
84 81
85 82 #responsive-menu-admin #upgrade-banner .glyphicon {
86 83 margin-right: 5px;