Fixing cloud header height issue and theme color

This commit is contained in:
Imesh Chandrasiri 2017-02-13 16:06:28 +05:30
parent a67204cf31
commit 8bbb612de6

View File

@ -6549,6 +6549,23 @@ select > option:hover {
color : #C7C7C7;
}
/**
*
* Temporary navigation color fix for IoT cloud release
*
*/
header.header-default {
background: #181e22 !important;
height: 50px;
}
.navbar-collapse {
background: #37474F;
}
/** End **/
/**
*
* Temporary responsive fix for table listing action button width issue