aboutsummaryrefslogtreecommitdiffstats
path: root/resources/colors
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2011-03-30 18:21:04 +0000
committerYana Stamcheva <yana@jitsi.org>2011-03-30 18:21:04 +0000
commit0f2094fde54dbaf258fc56770f2623b2ac57034b (patch)
treec07c19a37e753c3142271993054461fc8b988e0d /resources/colors
parentaec830f961671dc33ed32453bf7fd4c1a72dbc42 (diff)
downloadjitsi-0f2094fde54dbaf258fc56770f2623b2ac57034b.zip
jitsi-0f2094fde54dbaf258fc56770f2623b2ac57034b.tar.gz
jitsi-0f2094fde54dbaf258fc56770f2623b2ac57034b.tar.bz2
Fixes colors and paddings in the search field.
Diffstat (limited to 'resources/colors')
-rw-r--r--resources/colors/colors.properties17
1 files changed, 16 insertions, 1 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties
index 24349f1..c8b6f44 100644
--- a/resources/colors/colors.properties
+++ b/resources/colors/colors.properties
@@ -188,4 +188,19 @@ service.gui.CALL_LOCAL_USER_BACKGROUND=A6D6FF
service.gui.MAC_PANEL_BACKGROUND=f0f0f0
# The background of the search field.
-service.gui.SEARCH_BACKGROUND=4A9BDB \ No newline at end of file
+service.gui.SEARCH_BACKGROUND=FFFFFF
+
+# The background gradient of the search field.
+service.gui.SEARCH_GRADIENT=FFFFFF
+
+# The border of the search field.
+service.gui.SEARCH_BORDER=444444
+
+# The border gradient of the search field.
+service.gui.SEARCH_BORDER_GRADIENT=ACACAC
+
+# The foreground of the search field
+service.gui.SEARCH_FOREGROUND=000000
+
+# The default text foreground of the search field
+service.gui.SEARCH_DEFAULT_FOREGROUND=ACACAC \ No newline at end of file