commit/galaxy-central: afgane: style: explicitly define a color for the masthead highlight (i.e., gradient top)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/90aa7ae565d6/ changeset: 90aa7ae565d6 user: afgane date: 2012-08-27 02:57:31 summary: style: explicitly define a color for the masthead highlight (i.e., gradient top) affected #: 2 files diff -r b1f2c51d6bd8d8b1aecce8f62304cc2df278ccec -r 90aa7ae565d60d38c90f444322a68b55fc895701 static/june_2007_style/blue_colors.ini --- a/static/june_2007_style/blue_colors.ini +++ b/static/june_2007_style/blue_colors.ini @@ -55,6 +55,7 @@ peek_table_header=#023858 # Masthead masthead_bg=#2C3143 +masthead_bg_highlight=#333 masthead_text=#eeeeee masthead_bg_hatch=- masthead_link=#eeeeee diff -r b1f2c51d6bd8d8b1aecce8f62304cc2df278ccec -r 90aa7ae565d60d38c90f444322a68b55fc895701 static/june_2007_style/galaxy_bootstrap_variables.less --- a/static/june_2007_style/galaxy_bootstrap_variables.less +++ b/static/june_2007_style/galaxy_bootstrap_variables.less @@ -144,7 +144,7 @@ // ------------------------- @navbarHeight: 32px; @navbarBackground: @masthead_bg; -@navbarBackgroundHighlight: @grayDark; +@navbarBackgroundHighlight: @masthead_bg_highlight; @navbarText: @grayLight; @navbarLinkColor: @grayLight; Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket