Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#7364 from gtorodelvalle/dialer-bug-812…
Browse files Browse the repository at this point in the history
…507-phone-number-color

Bug 812507 - [Dialer UX VD] Check that background color where the typed number writes is: #2C3743 (r=basiclines)
  • Loading branch information
gtorodelvalle committed Jan 9, 2013
2 parents 22bbbde + dfd50b5 commit 8c0fcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/communications/dialer/style/keypad.css
Expand Up @@ -23,7 +23,7 @@
#phone-number-view-container { #phone-number-view-container {
width: 100%; width: 100%;
height: -moz-calc(100% - 34.5rem); height: -moz-calc(100% - 34.5rem);
background: #242B36; background: #2C3743;
text-align: center; text-align: center;
display: table; display: table;
table-layout: fixed; table-layout: fixed;
Expand Down

0 comments on commit 8c0fcf3

Please sign in to comment.