Update OwnerTag.plugin.js
This commit is contained in:
parent
e9b1de6d3c
commit
255d359ce7
|
@ -116,10 +116,10 @@ module.exports = (_ => {
|
||||||
|
|
||||||
this.css = `
|
this.css = `
|
||||||
${BDFDB.dotCN.memberownericon + BDFDB.dotCN._ownertagadminicon} {
|
${BDFDB.dotCN.memberownericon + BDFDB.dotCN._ownertagadminicon} {
|
||||||
color: #c0c0c0;
|
color: #aaa9ad;
|
||||||
}
|
}
|
||||||
${BDFDB.dotCN.memberownericon + BDFDB.dotCN._ownertagmanagementicon} {
|
${BDFDB.dotCN.memberownericon + BDFDB.dotCN._ownertagmanagementicon} {
|
||||||
color: #ef7f32;
|
color: #88540b;
|
||||||
}
|
}
|
||||||
${BDFDB.dotCNS.message + BDFDB.dotCN.memberownericon} {
|
${BDFDB.dotCNS.message + BDFDB.dotCN.memberownericon} {
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
|
Loading…
Reference in New Issue