replace all mt- to sad-

This commit is contained in:
2025-05-20 23:36:11 -07:00
parent 0869581510
commit faaaaafb39
35 changed files with 637 additions and 637 deletions

View File

@ -1,4 +1,4 @@
.mt-meta-options-wrap .ui-button {
.sad-meta-options-wrap .ui-button {
margin: 0;
border-radius: 0;
border: none;
@ -7,11 +7,11 @@
box-shadow: none
}
.mt-meta-options-wrap .ui-button-text {
.sad-meta-options-wrap .ui-button-text {
padding: 0
}
.mt-meta-options-wrap img {
.sad-meta-options-wrap img {
box-sizing: border-box;
max-width: 100%;
height: auto;
@ -19,22 +19,22 @@
border: 4px solid transparent
}
.mt-meta-options-wrap img:focus,
.mt-meta-options-wrap img:hover {
.sad-meta-options-wrap img:focus,
.sad-meta-options-wrap img:hover {
border-color: #ddd
}
.mt-meta-options-wrap .ui-state-active img {
.sad-meta-options-wrap .ui-state-active img {
border-color: #00a0d2
}
.mt-clearfix:after,
.mt-clearfix:before {
.sad-clearfix:after,
.sad-clearfix:before {
content: '';
display: table
}
.mt-clearfix:after {
.sad-clearfix:after {
clear: both
}