Bug fix: Full sized right click menu in gold convo input
This commit is contained in:
parent
070b785bdb
commit
603f61ca5c
2 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@ CHANGELOG
|
||||||
* Chumhandles must match EXACTLY to register mood changes - Kiooeht [evacipatedBox]
|
* Chumhandles must match EXACTLY to register mood changes - Kiooeht [evacipatedBox]
|
||||||
* Menu bar text colour correct when default system colour isn't black - Kiooeht [evacipatedBox]
|
* Menu bar text colour correct when default system colour isn't black - Kiooeht [evacipatedBox]
|
||||||
* End all colour tags and restart them on split messages - Kiooeht [evacipatedBox]
|
* End all colour tags and restart them on split messages - Kiooeht [evacipatedBox]
|
||||||
|
* Chat input box right-click menus - Kiooeht [evacipatedBox]
|
||||||
|
|
||||||
### 3.14.1
|
### 3.14.1
|
||||||
* Pesterchum 3.14 - illuminatedwax [ghostDunk]
|
* Pesterchum 3.14 - illuminatedwax [ghostDunk]
|
||||||
|
|
|
@ -262,7 +262,7 @@
|
||||||
"style": "background: white; font-size: 14px; border:2px solid #c48a00;text-align:center; margin-right:10px; margin-left:10px; margin-bottom:5px;"
|
"style": "background: white; font-size: 14px; border:2px solid #c48a00;text-align:center; margin-right:10px; margin-left:10px; margin-bottom:5px;"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"style": "background: white; border:2px solid #c48a00; margin-right:10px; margin-left:10px; font-size: 14px; height: 20px"
|
"style": "background: white; border:2px solid #c48a00; margin-right:10px; margin-left:10px; font-size: 14px;"
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"style": "",
|
"style": "",
|
||||||
|
|
Loading…
Reference in a new issue