Skip to content

Commit b0dd532

Browse files
committed
2.3
1 parent c0d5a69 commit b0dd532

File tree

238 files changed

+35005
-19182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+35005
-19182
lines changed

assets/admin/css/secupress-action-page.css

+16-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ h1 {
2828
color: #26B3A9;
2929
}
3030
p {
31-
margin: 0 0 1.5em;
31+
margin: 0 0 1em;
3232
}
3333
a {
3434
color: #26B3A9;
@@ -42,6 +42,9 @@ img {
4242
max-width: 100%;
4343
height: auto;
4444
}
45+
.emoji{
46+
font-size: 6em;
47+
}
4548
.logo {
4649
display: block;
4750
margin: 1em auto;
@@ -51,7 +54,7 @@ label {
5154
display: inline-block;
5255
margin-bottom: .5em;
5356
}
54-
[type="text"] {
57+
[type="text"],[type="password"] {
5558
box-sizing: border-box;
5659
width: 100%;
5760
padding: .5em;
@@ -62,9 +65,11 @@ label {
6265
font-family: inherit;
6366
color: inherit;
6467
}
65-
[type="text"]:focus {
68+
[type="text"]:focus,
69+
[type="password"]:focus {
6670
border-color: rgb(156,144,138);
6771
}
72+
[type="button"],
6873
[type="submit"] {
6974
position: relative;
7075
display: inline-block;
@@ -91,9 +96,16 @@ label {
9196
-webkit-transition: all .3s ease;
9297
transition: all .3s ease;
9398
}
99+
[type="button"]{
100+
background-color: #BBB;
101+
}
102+
[type="button"]:focus,
103+
[type="button"]:hover {
104+
background-color: #888;
105+
}
94106
[type="submit"]:focus,
95107
[type="submit"]:hover {
96-
background-color: #393E46;
108+
background-color: #008076;
97109
}
98110
.error {
99111
padding: .5em 1em;

assets/admin/css/secupress-action-page.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/admin/css/secupress-common.css

+8-3
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@ body[class*="secupress"] .sweet-overlay {
10191019
.secupress-setting-row {
10201020
padding: 10px;
10211021
}
1022+
.secupress-setting-row-hidden + .secupress-setting-row,
10221023
.secupress-setting-row + .secupress-setting-row {
10231024
margin-top: 20px;
10241025
border-top: 1px solid #EEE;
@@ -1029,10 +1030,10 @@ body[class*="secupress"] .sweet-overlay {
10291030
/* row with dependance */
10301031
.secupress-setting-row[class*=" depends-"] {
10311032
padding: 5px 20px 5px 18px;
1032-
margin: 20px 0 20px 50px;
1033+
margin: 0px 0 20px 50px;
10331034
border-top: 0;
10341035
border-left: 2px solid #2BCDC1;
1035-
background: #FFF;
1036+
background-color: #FFF;
10361037
}
10371038
.secupress-setting-row[class*=" depends-"] .secupress-setting-row-title {
10381039
margin-top: 0;
@@ -1055,6 +1056,10 @@ body[class*="secupress"] .sweet-overlay {
10551056
font-weight: bold;
10561057
color: #26B3A9;
10571058
}
1059+
.secupress-flex h5{
1060+
font-size: 14px;
1061+
font-weight: 800;
1062+
}
10581063
label.secupress-setting-row-title {
10591064
display: block;
10601065
}
@@ -1226,7 +1231,7 @@ label.secupress-setting-row-title {
12261231
.secupress_page_secupress_modules .secupress-notice,
12271232
.secupress_page_secupress_modules .notice {
12281233
box-sizing: border-box; /* 'cause WordPress don't do it by default. */
1229-
width: 1078px;
1234+
/* width: 1078px;*/
12301235
max-width: 100%;
12311236
}
12321237

assets/admin/css/secupress-common.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/admin/css/secupress-dark-mode.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ body #wpbody label.secupress-setting-row-title {
5555

5656
.secupress-setting-row[class*=" depends-"] {
5757
border-left: 2px solid #000;
58-
background: #37444c;
58+
background-color: #37444c;
5959
}
6060

6161
#wpbody .secupress-pro-row label.secupress-setting-row-title {

assets/admin/css/secupress-dark-mode.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/admin/css/secupress-logs.min.css

100644100755
+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/admin/css/secupress-modal.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/admin/css/secupress-modules.css

+72-9
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,19 @@ p.secupress-sh-subtitle {
8080
font-size: 11px;
8181
}
8282

83+
.secupress-new-module{
84+
background-color: #fbfb73;
85+
color: #000;
86+
padding: 1px 6px;
87+
border-radius: 10px;
88+
position: absolute;
89+
left: 150px;
90+
font-size: smaller;
91+
font-weight: 600;
92+
transform: rotate(-5deg);
93+
box-shadow: 4px 3px 4px 1px rgba(255, 255, 255, 0.2);
94+
margin-top: 4px;
95+
}
8396
.secupress-modules-list-links {
8497
margin: 0; padding: 0;
8598
list-style: none;
@@ -206,7 +219,7 @@ p.secupress-sh-subtitle {
206219
}
207220
.secupress-tab-content-header {
208221
position: relative;
209-
padding: 15px 175px 18px 20px;
222+
padding: 15px 18px 18px 20px;
210223
background: #F2F2F6;
211224
color: #5A626F; /*#393E46*/
212225
border-bottom: 2px solid #393E46;
@@ -531,6 +544,8 @@ input[type="text"]:required:invalid {
531544
letter-spacing: 0.075em;
532545
}
533546
.secupress-module-options-block .secupress-button-primary,
547+
.secupress-module-options-block .secupress-button-secondary,
548+
.secupress-module-options-block .secupress-button-tertiary,
534549
.secublock + .submit input,
535550
.secublock + .submit button {
536551
box-shadow: 0 6px 12px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.05), 0 3px 4px rgba(0,0,0,.05);
@@ -565,6 +580,9 @@ input[type="text"]:required:invalid {
565580
.secupress-show-pro {
566581
background: url("../images/logo-pro-mini.png") top right no-repeat transparent;
567582
}
583+
p.secupress-show-pro {
584+
/* background-size: contain;*/
585+
}
568586

569587
/**
570588
* Module User Agent List
@@ -584,21 +602,23 @@ input[type="text"]:required:invalid {
584602
display: inline;
585603
}
586604
.secupress-expand-trigger-container {
587-
text-align: center;
605+
text-align: right;
588606
}
589607
.secupress-textarea-container + .secupress-expand-trigger-container {
590608
position: absolute;
591609
left: 0;
592610
right: 0;
593611
bottom: 0;
594-
margin: 0 0 0 -14px;
612+
margin: 0 20px 10px 0;
595613
}
596614
label .secupress-textarea-container + .secupress-expand-trigger-container {
597-
margin-bottom: -14px;
615+
margin: -14px;
598616
}
599617
.secupress-boxed-group + .secupress-expand-trigger-container {
600618
position: relative;
601619
margin-top: -33px;
620+
display: table;
621+
float: right;
602622
}
603623
.secupress-expand-trigger {
604624
display: inline-block;
@@ -1001,17 +1021,19 @@ fieldset.secupress-boxed-group > b {
10011021
display: -webkit-flex;
10021022
display: -ms-flexbox;
10031023
display: flex;
1024+
flex-wrap: wrap;
10041025
}
10051026
[id="secupress-settings-module_services--"] .secupress-setting-row {
1006-
flex-basis: 50%;
1027+
flex-basis: 48%;
10071028
flex-grow: 0;
10081029
flex-shrink: 1;
10091030
display: flex;
10101031
flex-direction: row;
1011-
margin: 25px 15px;
1032+
margin: 25px 15px 0 0;
10121033
border-top: 0;
1013-
background: #23282d url("../images/bg-logo-sp.png") 50% 50% no-repeat;
1034+
background: #23282d url("../images/bg-logo-sp.png") left 15px center no-repeat;
10141035
text-align: center;
1036+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
10151037
}
10161038
[id="secupress-settings-module_services--"] .secupress-setting-row:first-child {
10171039
margin-left: 0;
@@ -1026,6 +1048,10 @@ fieldset.secupress-boxed-group > b {
10261048
}
10271049
[id="secupress-settings-module_services--"] .secupress-setting-row .secupress-flex {
10281050
flex-direction: column;
1051+
flex-grow: 1;
1052+
}
1053+
[id="secupress-settings-module_services--"] .secupress-setting-row-title {
1054+
font-size: 1.5em;
10291055
}
10301056
[id="secupress-settings-module_services--"] .description {
10311057
margin: 1.5em auto 2em;
@@ -1035,7 +1061,7 @@ fieldset.secupress-boxed-group > b {
10351061
width: 100%;
10361062
padding: 7px 15px;
10371063
margin-top: auto;
1038-
background: #5A626F;
1064+
background: #26B3A9;
10391065
font-size: 11px;
10401066
letter-spacing: 0.1em;
10411067
}
@@ -1312,10 +1338,14 @@ label {
13121338
transform: rotate(90deg);
13131339
}
13141340

1315-
.description.warning strong {
1341+
.description.warning strong, .description.warning .dashicons {
13161342
color: #CB234F;
13171343
}
13181344

1345+
.description.help strong, .description.help .dashicons {
1346+
color: #26B3A9;
1347+
}
1348+
13191349
.secupress-logs li {
13201350
margin-bottom: .5em;
13211351
}
@@ -1506,3 +1536,36 @@ p > .secupress-inline-alert:before {
15061536
.secupress-flex .plugin-card .button {
15071537
font-weight: 400;
15081538
}
1539+
#secupress-group-content-spam li strong{
1540+
color: #c00;
1541+
}
1542+
#secupress-group-content-spam-allowed li strong{
1543+
color: #008f08;
1544+
}
1545+
.secupress-setting-row_file-scanner_file-scanner .dashicons {
1546+
vertical-align: middle;
1547+
}
1548+
/*CAPTCHA*/
1549+
.secupress-setting-row_captcha_emoji-set select{
1550+
font-size: x-large;
1551+
}
1552+
li.secupress-status-fail:before{
1553+
content:"\f153";
1554+
font-family: 'dashicons';
1555+
vertical-align: bottom;
1556+
padding-right: 5px;
1557+
}
1558+
li.secupress-status-fail{
1559+
font-weight: 600;
1560+
color: #d63638;
1561+
}
1562+
li.secupress-status-success:before{
1563+
content:"\f12a";
1564+
font-family: 'dashicons';
1565+
vertical-align: bottom;
1566+
padding-right: 5px;
1567+
}
1568+
li.secupress-status-success{
1569+
font-weight: 600;
1570+
color: #26B3A9;
1571+
}

assets/admin/css/secupress-modules.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/admin/css/secupress-notices.css

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@charset "UTF-8";
22

3+
.secupress-notice.has-plugin-title {
4+
margin-bottom: 33px !important;
5+
}
36
.secupress-notice.secupress-flex {
47
position: relative;
58
padding: 10px 20px;
@@ -30,7 +33,6 @@
3033
}
3134
.secupress-notice .secupress-text-medium + p {
3235
margin-top: -10px;
33-
margin-bottom: 25px;
3436
}
3537
.secupress-notice.mini p {
3638
margin: .5em 0;
@@ -39,6 +41,15 @@
3941
margin-top: -5px;
4042
margin-bottom: 15px;
4143
}
44+
.secupress-notice label.plugin-title {
45+
background: rgba(0, 0, 0, 0.3);
46+
color: #fff;
47+
padding: 2px 10px;
48+
position: absolute;
49+
top: 100%;
50+
border-top: 2px solid rgba(0, 0, 0, 0.1);
51+
border-radius: 0px 0px 2px 2px;
52+
}
4253
.secupress-lb-logo {
4354
line-height: 0;
4455
}
@@ -108,6 +119,9 @@
108119
-webkit-font-smoothing: antialiased;
109120
-moz-osx-font-smoothing: grayscale;
110121
}
122+
.secupress-notice .dashicons {
123+
text-decoration: none;
124+
}
111125
.secupress-compat-notice .notice-dismiss:hover:before,
112126
.notice-dismiss:active:before,
113127
.notice-dismiss:focus:before {

0 commit comments

Comments
 (0)