Sophia-After-Dark/assets/css/mt-admin-styles.css

60 lines
937 B
CSS

.mt-meta-options-wrap .ui-button {
margin: 0;
border-radius: 0;
border: none;
background: 0 0;
height: auto;
box-shadow: none
}
.mt-meta-options-wrap .ui-button-text {
padding: 0
}
.mt-meta-options-wrap img {
box-sizing: border-box;
max-width: 100%;
height: auto;
padding: 1px;
border: 4px solid transparent
}
.mt-meta-options-wrap img:focus,
.mt-meta-options-wrap img:hover {
border-color: #ddd
}
.mt-meta-options-wrap .ui-state-active img {
border-color: #00a0d2
}
.mt-clearfix:after,
.mt-clearfix:before {
content: '';
display: table
}
.mt-clearfix:after {
clear: both
}
.widget-content .attachment-media-view {
font-size: 13px;
line-height: 1.5;
margin: 1em 0
}
.widget-content .placeholder {
width: 100%;
position: relative;
text-align: center;
cursor: default;
border: 1px dashed #b4b9be;
box-sizing: border-box;
padding: 9px 0;
line-height: 20px
}
.widget-content .actions {
margin-top: 8px
}