File "spectra-submenu.css"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/spectra-submenu.css
File size: 1.94 KB
MIME-type: text/plain
Charset: utf-8
/* stylelint-disable selector-id-pattern */
/* Clear to evenly position the next list items after the separator */
#toplevel_page_spectra .wp-submenu li {
clear: both;
}
/* Add the separator after the first item in the Spectra Settings Submenu */
#toplevel_page_spectra .wp-submenu li.wp-first-item::after {
content: "";
border-bottom: 1px solid rgb(255 255 255 / 0.2);
display: block;
float: left;
margin: 8px 0;
width: 100%;
}
/* Add the separator after the second last item in the Spectra Settings Submenu */
#toplevel_page_spectra .wp-submenu li:nth-child(5)::after {
content: "";
border-bottom: 1px solid rgb(255 255 255 / 0.2);
display: block;
float: left;
margin: 8px 0;
width: 100%;
}
.wp-submenu li:has( > a[href*="path=free-vs-pro"]) {
background-color: #00a32a !important;
}
.wp-submenu li a[href*="path=free-vs-pro"] {
color: #fff !important;
font-weight: 500;
}
.wp-submenu li:has( > a[href*="path=free-vs-pro"]):hover {
background-color: #008000 !important;
}
/* Add negative margins to the top separator if this is not the current submenu */
#toplevel_page_spectra.wp-not-current-submenu .wp-submenu li.wp-first-item::after {
margin: 8px -3px;
}
/* Add negative margins to the bottom separator if this is not the current submenu */
#toplevel_page_spectra.wp-not-current-submenu .wp-submenu li:nth-last-child(2)::after {
margin: 8px -3px;
}
/* Upgrade now button in sub-menu */
#toplevel_page_spectra .wp-submenu a[href="admin.php?page=spectra&path=upgrade-now"] {
background-color: #6104ff;
color: #fff;
padding: 6px 12px 6px 12px;
border-radius: 4px;
text-align: center;
display: block;
margin: 8px 12px 8px 12px;
text-decoration: none;
font-size: 12px;
font-weight: 500;
line-height: 18px;
}
#toplevel_page_spectra .wp-submenu a[href="admin.php?page=spectra&path=upgrade-now"]:focus,
#toplevel_page_spectra .wp-submenu a[href="admin.php?page=spectra&path=upgrade-now"]:hover {
box-shadow: unset;
background-color: #5300e0;
}