Latest Css Dev, Code cut Dec 11( Dec 5), 2018 (asana) VS intel-rooms-pickup =================================================================== Changes: ----------------------- Folder: ----------------------- fonts : Unchanged images: Unchanged ( But Please have a look on image folder) js : Unchanged styles: ----------------------- Changed files: -> roomspickup.scss ( New file ) -> roomstrend.scss ( This file is for roomstrend and roomspickup ) -> button.scss ( Added button ) -> global.scss ( Changed ) -> app.scss ( added roomspickup.scss and roomstrend.scss ( This file is for roomstrend and roomspickup ) -> table.scss ( Changed ) -> variables.scss ( Added color ) -> mixins.scss (I got two mixins.scss and deleted 1 and updated one is existing here) *** line 1401 in app.scss change code Before change: -------------- .mgmtsetup-content .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { color: #fff !important; text-decoration: none; background-color: #337ab7 !important; outline: 0; } After change: -------------- .mgmtsetup-content .dropdown-menu > .active > a, .mgmtsetup-content .dropdown-menu > .active > a:focus, .mgmtsetup-content .dropdown-menu > .active > a:hover { color: #fff !important; text-decoration: none; background-color: #337ab7 !important; outline: 0; } HTML: ----------------------- intel-rooms-pickup-ui1-single-hotel.html intel-rooms-pickup-ui1-property.html ----------------------- html & js - Please check html and js in html file. scss - Please check scss code (roomspickup.scss). ..................................................... PS. Please inform me if you need further information.