style: add extensions for btn

pull/194/head
bluelovers 2023-08-27 08:26:24 +08:00
parent cce2602aff
commit 35582f4d58
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"name": "Hide the extension button for tags - weight brackets",
"i18n": {
"zh_CN": "隐藏标籤的扩展按钮-权重符號",
"zh_HK": "隱藏標籤的擴展按鈕-權重符號",
"zh_TW": "隱藏標籤的擴展按鈕-權重符號"
},
"author": "bluelovers",
"type": "enhance"
}

View File

@ -0,0 +1,6 @@
.physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .btn-tag-extend
{
button[name="weight-parentheses-inc"], button[name="weight-parentheses-dec"], button[name="weight-brackets-inc"], button[name="weight-brackets-dec"] {
display: none !important;
}
}

View File

@ -0,0 +1,10 @@
{
"name": "Hide the extension button for tags - weight input",
"i18n": {
"zh_CN": "隐藏标籤的扩展按钮-权重",
"zh_HK": "隱藏標籤的擴展按鈕-權重",
"zh_TW": "隱藏標籤的擴展按鈕-權重"
},
"author": "bluelovers",
"type": "enhance"
}

View File

@ -0,0 +1,6 @@
.physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .btn-tag-extend
{
.input-number {
display: none !important;
}
}