diff --git a/themes/chatview/psi/bubble/index.html b/themes/chatview/psi/bubble/index.html index 5d3231975..50f44360c 100644 --- a/themes/chatview/psi/bubble/index.html +++ b/themes/chatview/psi/bubble/index.html @@ -190,343 +190,357 @@ shared.session.signalInited(); } - +.context_menu>div+div { + border-top: 1px dotted #aaa; +} + +.context_menu>div:hover { + background-color: #ffa; + cursor: pointer; +} +