diff -r eac9e4eb75c7 -r e952c8a31a2b cms/app-client/app/styles/components/toolbar-component.scss --- a/cms/app-client/app/styles/components/toolbar-component.scss Tue Oct 18 20:39:34 2016 +0530 +++ b/cms/app-client/app/styles/components/toolbar-component.scss Thu Oct 20 12:54:07 2016 +0530 @@ -7,7 +7,7 @@ text-align: left; color: $light-white; font-size: 13px; - background-color: $dark-blue; + background-color: $corpus-black; box-sizing: border-box; position: absolute; bottom: 0px; @@ -30,8 +30,11 @@ } .toolbar-component ul li.active { - border-left-color: $dark-blue; - background-color: $light-white; + border-left-color: $corpus-black; + background-color: $corpus-white; + color: $corpus-black; +} + +.toolbar-component ul li.active:not(.video) { pointer-events: none; - color: $dark-blue; } \ No newline at end of file