Fix tab navigation styling and CSS class consistency. Update all wp-allstars and wpa- prefixes to seoprostack prefix for CSS classes, text domains, and selectors.

This commit is contained in:
Marcus Quinn
2025-03-24 03:51:56 +00:00
parent 3cf5f63174
commit a7537a000c
3 changed files with 41 additions and 41 deletions

View File

@ -1,5 +1,5 @@
/* Plugin Browser Styles */
.wp-allstars-wrap .wp-allstars-plugin-browser {
.seoprostack-wrap .seoprostack-plugin-browser {
margin: 0 -8px !important;
padding: 0 8px !important;
width: 100% !important;
@ -7,7 +7,7 @@
}
/* Plugin List Container */
.wp-allstars-wrap #wpa-plugin-list {
.seoprostack-wrap #seoprostack-plugin-list {
display: flex;
flex-wrap: wrap;
margin: 0;
@ -15,7 +15,7 @@
}
/* Filter Bar */
.wp-allstars-wrap #wpa-plugin-filters.wp-filter {
.seoprostack-wrap #seoprostack-plugin-filters.wp-filter {
margin-left: 0;
margin-right: 0;
width: 100%;
@ -23,13 +23,13 @@
}
/* Standard WordPress Plugin Grid Layout - exactly matching core */
.wp-allstars-wrap .wp-list-table.plugin-install {
.seoprostack-wrap .wp-list-table.plugin-install {
margin-top: 20px;
clear: both;
padding: 0;
}
.wp-allstars-wrap #the-list {
.seoprostack-wrap #the-list {
margin: 0;
display: flex;
flex-wrap: wrap;