Skip to content

Commit

Permalink
Release 3.17.2 (PR #7077)
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan authored Oct 29, 2024
2 parents 0576135 + c2e65f0 commit a9d955a
Show file tree
Hide file tree
Showing 114 changed files with 2,981 additions and 1,103 deletions.
1 change: 0 additions & 1 deletion assets/css/wpr-admin-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ Method : SUITCSS (modified)
padding-left: 0;
padding-right: 24px;
}

.wpr-fieldWarning.wpr-radio-warning {
margin-left: 0;
margin-right: -24px;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/wpr-admin-rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 47 additions & 1 deletion assets/css/wpr-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,14 @@ a:focus, button:focus {
content: url("../img/imagify-install.svg");
}

.wpr-icons-plugins:before, #wpr-nav-plugins:before {
content: url("../img/plugins.png");
}

.wpr-icons-plugins-hover:before, #wpr-nav-plugins.isActive:before, #wpr-nav-plugins:hover:before {
content: url("../img/plugins-hover.png");
}

.wpr-title1 {
font-size: 1.625rem;
line-height: 1;
Expand Down Expand Up @@ -509,6 +517,9 @@ a:focus, button:focus {
.wpr-Page-col {
flex: 1 1 auto;
}
.wpr-Page-col-half {
flex: 0 1 50%;
}
.wpr-Page-col--fixed {
margin-left: 24px;
flex: 0 0 325px;
Expand Down Expand Up @@ -1687,7 +1698,10 @@ div.wpr-upgrade-websites {
outline: none;
color: #fff !important;
}

.wpr-button--black {
background: #121116;
color: #fff;
}
/*-----------------------------------------------*\
Field container
Expand Down Expand Up @@ -2551,6 +2565,38 @@ div.wpr-tutorial-item {
max-width: 100%;
}

/*-----------------------------------------------*\
Plugin Tab style
\*-----------------------------------------------*/
.wpr-plugins {
gap: 25px;
}
.wpr-plugins--box {
background: #F9FAFB;
color: #121116;
padding: 10px;
border: 1px solid #eff1f3;
margin: 20px 0 15px;
display: grid;
}
.wpr-plugins--logo {
border-bottom: 1px solid #edeff2;
padding: 10px 0 5px;
margin-bottom: 15px;
}
.wpr-plugins--meta {
display: flex;
flex-direction: row;
align-items: center;
gap: 15px;
align-self: end;
}
.wpr-plugins--meta span {
color: #00A66B;
}

/*-----------------------------------------------*\
Custom checkbox
Expand Down
2 changes: 1 addition & 1 deletion assets/css/wpr-admin.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a9d955a

Please sign in to comment.