diff --git a/public/css/edu-purge.css b/public/css/edu-purge.css index 788f821c7..30212af13 100644 --- a/public/css/edu-purge.css +++ b/public/css/edu-purge.css @@ -3944,7 +3944,7 @@ html>body #ajax-indicator { .head-nav { text-align: center; - height: 60px; + height: 70px; box-sizing: border-box; min-width: 780px; overflow: hidden; @@ -3957,25 +3957,25 @@ html>body #ajax-indicator { position: absolute; top: 0px; z-index: 3; - height: 60px; + height: 70px; box-sizing: border-box; } .head-nav ul#header-nav li { float: left; - height: 60px; - line-height: 60px; - margin-right: 30px; + height: 70px; + line-height: 70px; cursor: pointer; position: relative; font-size: 16px; + padding:0px 20px; } .head-nav ul#header-nav li a { display: block; height: 100%; width: 100%; - color: #333333; + color: #fff; font-size: 16px; } @@ -3987,13 +3987,10 @@ html>body #ajax-indicator { margin-right: 0px } -.head-nav ul#header-nav li.active a:first-child { - color: #459be5 !important; +.head-nav ul#header-nav li.active{ + background-color: #3B3B3B; } -.head-nav ul#header-nav li.active p { - color: #459be5 !important; -} .head-nav ul#header-nav li p:hover { color: #cccccc; @@ -4006,23 +4003,23 @@ html>body #ajax-indicator { color: #fff } -.head-nav ul#header-nav li.active div ul li a { +/* .head-nav ul#header-nav li.active div ul li a { color: #000 !important; -} +} */ -.head-nav ul#header-nav li.active div ul li a:hover { +/* .head-nav ul#header-nav li.active div ul li a:hover { color: #FFF !important; } .head-nav ul#header-nav li.active ul li a { color: #000 !important; -} +} */ -.head-nav ul#header-nav li.active ul li a:hover { +/* .head-nav ul#header-nav li.active ul li a:hover { color: #FFF !important; -} +} */ -.head-nav ul#header-nav li.active:after { +/* .head-nav ul#header-nav li.active:after { content: ''; position: absolute; left: 0px; @@ -4032,7 +4029,7 @@ html>body #ajax-indicator { height: 2px; width: 32px; background-color: #459be5; -} +} */ .head-right { box-sizing: border-box; diff --git a/src/modules/tpm/NewHeader.js b/src/modules/tpm/NewHeader.js index 3e09d476d..63d6b4ecc 100644 --- a/src/modules/tpm/NewHeader.js +++ b/src/modules/tpm/NewHeader.js @@ -766,7 +766,7 @@ class NewHeader extends Component {