diff options
author | Yana Stamcheva <yana@jitsi.org> | 2010-11-09 22:41:44 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2010-11-09 22:41:44 +0000 |
commit | 1d0246a99713e7c4ca5ddcbffd78e17f33098df6 (patch) | |
tree | 360ce9899084c18aae4884b58a44c76a95c2c18e /resources/colors/colors.properties | |
parent | 8d2d0bb8851bcea3cef251e57bc401cb59744888 (diff) | |
download | jitsi-1d0246a99713e7c4ca5ddcbffd78e17f33098df6.zip jitsi-1d0246a99713e7c4ca5ddcbffd78e17f33098df6.tar.gz jitsi-1d0246a99713e7c4ca5ddcbffd78e17f33098df6.tar.bz2 |
Introducing voice messages user interface.
Instant refresh of call history with new calls, when we're in call history view.
Improved call history interface.
Making sure to remove all operation set related gui listeners when a protocol provider is unregistered.
Diffstat (limited to 'resources/colors/colors.properties')
-rw-r--r-- | resources/colors/colors.properties | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index 214bf1c..f4eb284 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -79,11 +79,8 @@ service.gui.TAB_TITLE_SELECTED=000000 # Custom components GUI constants -# Background color for incoming call lines in the call list. -service.gui.HISTORY_INCOMING_CALL_BACKGROUND=F9FFC5 - -# Background color for outgoing call lines in the call list. -service.gui.HISTORY_OUTGOING_CALL_BACKGROUND=F3F4F7 +# Background color for even records in call history +service.gui.CALL_HISTORY_EVEN_ROW_COLOR=EFEFEF # Selection color for all lists (contact list, call list, chat rooms list, etc.) service.gui.LIST_SELECTION_COLOR=ADD2EF |