更多操作
无编辑摘要 |
无编辑摘要 |
||
第5行: | 第5行: | ||
align-items: center; | align-items: center; | ||
font-family: inherit; | font-family: inherit; | ||
} | } | ||
.clipbox input { | .clipbox input { | ||
第14行: | 第13行: | ||
border-width: 1px; | border-width: 1px; | ||
border-style: solid; | border-style: solid; | ||
font-size: 16px; | |||
} | } | ||
.clipbox button { | .clipbox button { |
2024年9月15日 (日) 19:55的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* Extension:ClipBox */
.clipbox {
display: flex;
align-items: center;
font-family: inherit;
}
.clipbox input {
background-color: var(--background-color-base, #fff);
color: var(--color-emphasized, #000);
border-radius: var(--border-radius-base);
padding: 6px 8px;
border-width: 1px;
border-style: solid;
font-size: 16px;
}
.clipbox button {
font-size: 16px;
padding: 9px;
border-radius: 5px;
}
.clipbox button:hover {
opacity: 0.8;
}