Skip to content

Commit

Permalink
Bug 805474: fix chatbar title styling in high contrast themes, and cr…
Browse files Browse the repository at this point in the history
…op chatbox titles, r=jaws, a=gavin

--HG--
extra : transplant_source : %96%FD%3BE%88%99%B4%3Ae%F6%AE%0E%D2%E9%03%B5%D6X%0Du
  • Loading branch information
gavinsharp committed Oct 29, 2012
1 parent 6baadf4 commit 33786b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser/base/content/socialchat.xml
Expand Up @@ -10,7 +10,7 @@
<xul:hbox class="chat-titlebar" xbl:inherits="minimized,selected,activity"
onclick="document.getBindingParent(this).toggle();" align="baseline">
<xul:image class="chat-status-icon" xbl:inherits="src=image"/>
<xul:label class="chat-title" flex="1" xbl:inherits="value=label,crop"/>
<xul:label class="chat-title" flex="1" xbl:inherits="value=label" crop="center"/>
<xul:toolbarbutton class="chat-close-button chat-toolbarbutton"
oncommand="document.getBindingParent(this).close();"/>
</xul:hbox>
Expand Down
2 changes: 1 addition & 1 deletion browser/themes/gnomestripe/browser.css
Expand Up @@ -2710,7 +2710,7 @@ stack[anonid=browserStack][responsivemode] {

.chat-title {
font-weight: bold;
color: -moz-dialogtext;
color: black;
text-shadow: none;
cursor: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion browser/themes/pinstripe/browser.css
Expand Up @@ -3442,7 +3442,7 @@ stack[anonid=browserStack][responsivemode] {

.chat-title {
font-weight: bold;
color: -moz-dialogtext;
color: black;
text-shadow: none;
cursor: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion browser/themes/winstripe/browser.css
Expand Up @@ -3418,7 +3418,7 @@ stack[anonid=browserStack][responsivemode] {

.chat-title {
font-weight: bold;
color: -moz-dialogtext;
color: black;
text-shadow: none;
cursor: inherit;
}
Expand Down

0 comments on commit 33786b0

Please sign in to comment.