Line 124: | Line 124: | ||
/* styling for the menu buttons on hover */ | /* styling for the menu buttons on hover */ | ||
− | .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover { | + | .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover , .submenu_button.current_page:hover { |
color:#ffffff; | color:#ffffff; | ||
background-color: #3399ff; | background-color: #3399ff; | ||
Line 132: | Line 132: | ||
/* styling for the menu button when it is the current page */ | /* styling for the menu button when it is the current page */ | ||
.submenu_button.current_page { | .submenu_button.current_page { | ||
− | background-color: | + | background-color: red !important; |
color:#ffffff !important; | color:#ffffff !important; | ||
} | } |
Revision as of 22:28, 8 March 2017