Plugin Updates
This commit is contained in:
@@ -53,3 +53,25 @@
|
||||
.customize-control-site_icon .app-icon-preview {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
.site-icon-section button.reset {
|
||||
color: #b32d2e;
|
||||
text-decoration: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.site-icon-section button.reset:focus,
|
||||
.site-icon-section button.reset:hover {
|
||||
background: #b32d2e;
|
||||
color: #fff;
|
||||
border-color: #b32d2e;
|
||||
box-shadow: 0 0 0 1px #b32d2e;
|
||||
}
|
||||
|
||||
.site-icon-section .action-buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user