is there a way to change the black text in the toolbar to a different color, for example to white?
is there a way to change the black text in the toolbar to a different color, for example to white?
Welcome to the forums,
Assuming you're on 5.0 (4.5 uses tomcat and the skin files are different but generally in the same area) http://www.zimbra.com/forums/announc...r-profile.html
Examine your /opt/zimbra/jetty/webapps/zimbra/skins/_base/base/skin.properties
-Find a value you want (like the below snip) and put it in your custom skin with whatever change you desire.
#####################
# Fonts
#####################
FontFamily-default = font-family:Tahoma, Arial, Helvetica,
sans-serif;
FontFamily-fixed = font-family:monospace;
FontFamily-html = font-family:Verdana,Arial,serif;
FontSize-normal = font-size:11px;
FontSize-big = font-size:13px;
FontSize-bigger = font-size:15px; font-weight:bold;
FontSize-biggest = font-size:18px; font-weight:bold;
FontSize-smaller = font-size:9px;
FontSize-miniscule = font-size:6px;
FontSize-html = font-size:10pt;
#####################
# Text colors and styles (for use on widgets, Page, Header and App regions
-- other regions may have different colors)
#####################
Text = color: black;
Label-wrap = color: black;
Label = color: black; overflow
:hidden; white-space:nowrap;
Label-light = color:#666666;
Text-light = color: #cccccc;
Text-required = color: darkred;
Text-disabled = color: @AppC+55@;
Text-contrast = color: white;
Text-hover = @Text@
Text-active = @Text@
Text-selected = @Text@
Text-default = @Text@
Text-focused = @Text@
Text-today = color:darkred;
Text-unread = @Text@
font-weight:bold;
Text-deleted = @Text-disabled@ text-decoration:
line-through;
Text-important = color:darkred;
Text-error = color:darkred; font-wei
ght:bold;
Text-success = color:green;
Text-matched = color:black;
Text-hint = color: @AppC+55@; font-style:i
talic;
Text-anchor = color: darkblue; text-dec
oration:none;
Text-anchor-hover = color: darkblue; text-decoration:
underline;
Text-anchor-active = color: darkgreen; text-decoration:
underline;
Text-anchor-disabled = @Text-disabled@ text-decoration:none;
#####################
# colors for different kinds of notices and progress bar
#####################
InfoContainer = background-color:#55e386; border-color
:darkgreen;
InfoText = @Text@
WarningContainer = background-color:#FFFFBB; border-color
:gold;
WarningText = @Text@
CriticalContainer = background-color:#F5BFBF; border-color
:red;
CriticalText = @Text@
-Mike Morse (MCode151)
ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com
There are currently 1 users browsing this thread. (0 members and 1 guests)