style: add extensions for btn
parent
cce2602aff
commit
35582f4d58
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Hide the extension button for tags - weight brackets",
|
||||
"i18n": {
|
||||
"zh_CN": "隐藏标籤的扩展按钮-权重符號",
|
||||
"zh_HK": "隱藏標籤的擴展按鈕-權重符號",
|
||||
"zh_TW": "隱藏標籤的擴展按鈕-權重符號"
|
||||
},
|
||||
"author": "bluelovers",
|
||||
"type": "enhance"
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Hide the extension button for tags - weight input",
|
||||
"i18n": {
|
||||
"zh_CN": "隐藏标籤的扩展按钮-权重",
|
||||
"zh_HK": "隱藏標籤的擴展按鈕-權重",
|
||||
"zh_TW": "隱藏標籤的擴展按鈕-權重"
|
||||
},
|
||||
"author": "bluelovers",
|
||||
"type": "enhance"
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
.physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .btn-tag-extend
|
||||
{
|
||||
.input-number {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue