diff options
author | Yana Stamcheva <yana@jitsi.org> | 2009-11-30 13:43:21 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2009-11-30 13:43:21 +0000 |
commit | e2c20d0644dfd0116174367fe9934cdb8bb0d6a8 (patch) | |
tree | b1687faa32d3bdecaa28a8bca52903b51a886a7a /resources/colors | |
parent | 8672fbb29f5c22354156a9a7a5a42866738687ce (diff) | |
download | jitsi-e2c20d0644dfd0116174367fe9934cdb8bb0d6a8.zip jitsi-e2c20d0644dfd0116174367fe9934cdb8bb0d6a8.tar.gz jitsi-e2c20d0644dfd0116174367fe9934cdb8bb0d6a8.tar.bz2 |
General:
- Enhance the SIPCommMenu to support mouse over fade effects.
Conference invite dialog:
- Add new contacts in the invite dialog by pressing the Enter key.
- Remove selection if the user decides to enter something in the field.
Conference window:
- Replace the call peer arrow icon with a more visible one
- Move the call transfer into the call peer menu (it was previously represented by an icon in the status bar)
- Change the local user background title color in the conference (the grey was looking like disabled)
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colors.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index 5531bd7..e377f2a 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -185,4 +185,4 @@ service.gui.CALL_PEER_NAME_BACKGROUND=A6D6FF service.gui.CALL_MEMBER_NAME_BACKGROUND=BDFFA3 # Conference call local user title panel background color. -service.gui.CALL_LOCAL_USER_BACKGROUND=C0C0C0 +service.gui.CALL_LOCAL_USER_BACKGROUND=398bcc |