PluginProbe
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder / 51.1.36
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder v51.1.36
51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 51.1.47 51.1.49 All 37 releases
king-addons / includes / admin / css / account.css

account.css in King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder 51.1.36, at includes/admin/css/account.css

167 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .postbox {
2 border-radius: 5px;
3 border: 1px solid #f1f1f4;
4 box-shadow: none;
5 }
6
7 #wpbody-content .fs-notice.fs-has-title {
8 margin-top: 15px;
9 }
10
11 #poststuff {
12 margin-top: -15px;
13 }
14
15 #fs_promo_tab {
16 display: none !important;
17 }
18
19 #fs_account .postbox,
20 #fs_account .widefat {
21 border-color: #f1f1f4;
22 }
23
24 .widefat thead td,
25 .widefat thead th {
26 border-bottom: 1px solid #f1f1f4;
27 }
28
29 div.updated {
30 border: 1px solid #f1f1f4;
31 box-shadow: none;
32 }
33
34 .fs-notice.updated.success.fs-has-title.fs-slug-king-addons.fs-type-plugin {
35 border-left-width: 4px;
36 }
37
38 .nav-tab-active {
39 border: none;
40 display: inline-flex;
41 line-height: 1;
42 padding: 15px 25px;
43 border-radius: 12px;
44 margin-right: 10px;
45 background: #1a1b1b;
46 flex-flow: row;
47 align-items: center;
48 text-decoration: none;
49 color: white;
50 margin-bottom: 10px;
51 }
52
53 h2.nav-tab-wrapper {
54 padding: 25px 15px 15px 30px;
55 background: #1a1b1b;
56 margin-bottom: 20px;
57 border-radius: 8px;
58 }
59
60 .nav-tab-active:hover {
61 border-bottom: none;
62 background: #1a1b1b;
63 color: white;
64 }
65
66 .wp-core-ui .button:not(.king-addons-upgrade-notice a),
67 .wp-core-ui .button-secondary {
68 color: #191919;
69 border-color: #191919;
70 background: white;
71 border-radius: 5px !important;
72 }
73
74 .alternate,
75 .striped > tbody > :nth-child(odd),
76 ul.striped > :nth-child(odd) {
77 background-color: #f2f4f5;
78 }
79
80 html, #wpcontent {
81 background: #f8f8f8;
82 }
83
84 #wpcontent {
85 min-height: 100vh;
86 }
87
88 a {
89 color: #6957F0;
90 }
91
92 a:hover {
93 color: #191919;
94 }
95
96 .fs-key-value-table code,
97 .fs-key-value-table input[type=text],
98 .fs-key-value-table var {
99 color: #191919;
100 font-size: 15px;
101 }
102
103 #wpfooter {
104 display: none;
105 }
106
107 #wpbody-content {
108 padding-bottom: 0;
109 }
110
111 code {
112 font-family: inherit;
113 }
114
115 .fs-key-value-table td, .fs-key-value-table th {
116 padding: 8px;
117 }
118
119 .fs-notice[data-id=license_not_whitelabeled].success,
120 .fs-notice[data-id=license_whitelabeled].success {
121 border-left-color: #6957F0;
122 color: inherit;
123 }
124
125 #fs_account h3 .dashicons {
126 font-size: 1.2em;
127 height: 24px;
128 width: 24px;
129 }
130
131 .fs-modal .fs-modal-header h4 {
132 color: #191919 !important;
133 }
134
135 .fs-modal .fs-modal-header {
136 border-top-left-radius: 5px;
137 border-top-right-radius: 5px;
138 }
139
140 .fs-modal .fs-modal-footer {
141 border-bottom-left-radius: 5px;
142 border-bottom-right-radius: 5px;
143 }
144
145
146 #fs_account .fs-header-actions li {
147 float: left;
148 font-weight: 400;
149 margin: 0 2px;
150 }
151
152 .updated a {
153 text-decoration: none;
154 padding-bottom: 0 !important;
155 }
156
157 #fs_account h3 {
158 border-bottom: 1px solid #f1f1f4;
159 font-size: 1.2em;
160 line-height: 1.4;
161 margin: 0 0 12px;
162 padding: 12px 15px;
163 }
164
165 .button.fs-change-plan.button-upgrade {
166 margin-left: 5px;
167 }