diff options
author | yanas <yana@jitsi.org> | 2013-05-15 00:48:58 +0300 |
---|---|---|
committer | yanas <yana@jitsi.org> | 2013-05-15 00:48:58 +0300 |
commit | a5b2b851c5d47a86e3ac5d994581fbfc6f4707a3 (patch) | |
tree | 046f3ef4e8dd35c1167d9b83646c323f3361058f /resources/colors/colors.properties | |
parent | b63af670fa02502d66cde04993cd3763ad1131e4 (diff) | |
download | jitsi-a5b2b851c5d47a86e3ac5d994581fbfc6f4707a3.zip jitsi-a5b2b851c5d47a86e3ac5d994581fbfc6f4707a3.tar.gz jitsi-a5b2b851c5d47a86e3ac5d994581fbfc6f4707a3.tar.bz2 |
Improves videobridge interface to show participants with no video as
thumbnails. Adds new security icons and improves conference color codes.
Diffstat (limited to 'resources/colors/colors.properties')
-rw-r--r-- | resources/colors/colors.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index 52101fc..58f4e07 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -179,13 +179,13 @@ service.gui.ERROR_FOREGROUND=CC0000 service.gui.CHAT_LINK_COLOR=4A9BDB # Conference call peer title panel background color. -service.gui.CALL_PEER_NAME_BACKGROUND=A6D6FF +service.gui.CALL_PEER_NAME_BACKGROUND=2f2f2f # Conference call member title panel background color. -service.gui.CALL_MEMBER_NAME_BACKGROUND=BDFFA3 +service.gui.CALL_MEMBER_NAME_BACKGROUND=2f2f2f # Conference call local user title panel background color. -service.gui.CALL_LOCAL_USER_BACKGROUND=A6D6FF +service.gui.CALL_LOCAL_USER_BACKGROUND=006891 # The background used in opaque Mac panels. service.gui.MAC_PANEL_BACKGROUND=f0f0f0 |