Skip to content

Commit 356340d

Browse files
author
Poly Plugins
committed
Enhancement: Complete Redesign
Enhancement: Anchor navigation Added: Helper sidebar Added: Dropdown Handling Added: Date Handling Added: Time Handling Updated: Bootstrap Deprecated: Toasts
1 parent d6f73e7 commit 356340d

File tree

10 files changed

+448
-4560
lines changed

10 files changed

+448
-4560
lines changed

plugin-name/classes/Backend/Settings.php

Lines changed: 252 additions & 81 deletions
Large diffs are not rendered by default.

plugin-name/css/backend/bootstrap.css

Lines changed: 32 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin-name/css/backend/bootstrap.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 95 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
11
/* Global Begin */
2+
.settings-container h2 {
3+
color: #333;
4+
display: block!important;
5+
text-transform: capitalize;
6+
border-bottom: 1px solid #e2e2e2;
7+
padding-bottom: 20px;
8+
margin-bottom: 20px!important;
9+
}
10+
211
*:focus {
312
outline: none!important;
413
box-shadow: none!important;
514
}
6-
/* Global End */
715

8-
/* Form Begin */
9-
table.form-table th {
16+
.wrap h2 {
1017
display: none;
1118
}
1219

13-
table.form-table td {
14-
padding: 0;
20+
hr:last-child {
21+
display: none;
1522
}
16-
/* Form End */
23+
24+
input#submit {
25+
background-color: #46BEA4;
26+
border-color: #46BEA4;
27+
}
28+
/* Global End */
1729

1830
/* Bootstrap Begin */
1931
input, select {
@@ -30,60 +42,88 @@ input, select {
3042
/* border-radius: 25px; */
3143
}
3244

45+
.credit {
46+
text-align: right;
47+
}
48+
49+
.credit a {
50+
color: #46BEA4;
51+
text-decoration: none;
52+
}
53+
54+
.custom-control-input:checked ~ .custom-control-label::before {
55+
background-color: #46BEA4!important;
56+
border-color: #46BEA4!important;
57+
}
58+
/* Bootstrap End */
59+
60+
/* Topbar Begin */
3361
.top-bar {
3462
color: #fff;
3563
background-color: #333;
3664
font-size: 16pt;
3765
padding: 5px 0 5px 10px;
3866
text-transform: uppercase;
3967
}
68+
/* Topbar End */
4069

70+
/* Tabs Begin */
4171
.tabs {
42-
background-color: #fff;
4372
padding: 0px!important;
4473
}
4574

4675
.tabs a.nav-link {
47-
font-size: 16pt;
48-
text-align: center;
76+
font-size: 12pt;
4977
text-transform: uppercase;
5078
color: #333;
51-
background-color: #fff;
52-
border-left: 2px solid #333;
53-
border-right: 2px solid #333;
79+
border-top: 1px solid #e2e2e2;
80+
padding: 10px;
5481
}
5582

56-
.tabs a.nav-link:last-child {
83+
/* .tabs a.nav-link:last-child {
5784
border-bottom: 2px solid #333;
58-
}
85+
} */
5986

60-
.tabs a.nav-link.previous {
87+
/* .tabs a.nav-link.previous {
6188
color: #fff;
6289
background-color: #333;
63-
}
90+
} */
6491

65-
.tabs a.nav-link.active {
66-
color: #48BEA4;
67-
background-color: #333;
68-
/* padding-bottom: 20px; */
92+
.nav-logo {
93+
height: 100%;
94+
width: 100%;
95+
display: block;
96+
margin: auto;
97+
padding: 12px 0;
6998
}
7099

71-
.tabs a.nav-link.active:hover {
72-
color: #48BEA4;
73-
background-color: #333;
100+
.tabs a.nav-link.active {
101+
color: #46BEA4;
102+
background-color: #fff;
103+
border-left: 2px solid #46BEA4;
74104
}
75105

76106
.tabs a.nav-link:hover {
77-
color: #fff;
78-
background-color: #48BEA4;
107+
color: #46BEA4;
108+
background-color: #fff;
109+
border-left: 2px solid #46BEA4;
79110
}
111+
/* Tabs End */
80112

113+
/* Options Begin */
81114
.options {
82115
/* margin: 20px 20px 0 0; */
83116
background-color: #fff;
84117
padding: 20px;
85118
}
86-
/* Bootstrap End */
119+
/* Options End */
120+
121+
/* Fields Begin */
122+
.fields {
123+
background-color: #F0F0F1;
124+
padding: 15px;
125+
}
126+
/* Fields End */
87127

88128
/* Font-Awesome Begin */
89129
.info {
@@ -96,12 +136,12 @@ a.info {
96136
}
97137

98138
.info .fa {
99-
color: #333;
139+
color: #46BEA4;
100140
font-size: 15pt;
101141
}
102142

103143
.info .fa:hover {
104-
color: #48BEA4;
144+
color: #333;
105145
font-size: 15pt;
106146
}
107147
/* Font-Awesome End */
@@ -110,4 +150,30 @@ a.info {
110150
.bootstrap-wrapper .toast {
111151
background-color: #fff!important;
112152
}
113-
/* Toast End */
153+
/* Toast End */
154+
155+
/* Helper Begin */
156+
.helper-sidebar {
157+
padding-top: 19px;
158+
}
159+
160+
.helper-close .fas {
161+
color: #46BEA4!important;
162+
float: right;
163+
}
164+
165+
.helper-close .fas:hover {
166+
color: #333!important;
167+
}
168+
/* Helper End */
169+
170+
/* Form Begin */
171+
label.form-label {
172+
display: block!important;
173+
color: #46BEA4;
174+
border-bottom: 1px solid #e2e2e2;
175+
padding-bottom: 10px;
176+
margin: 40px 0 10px 0;
177+
font-weight: 600;
178+
}
179+
/* Form End */

plugin-name/img/backend/logo.png

5 KB
Loading

0 commit comments

Comments
 (0)