Fixing cloud header height issue and theme color

4.x.x
Imesh Chandrasiri 8 years ago
parent a67204cf31
commit 8bbb612de6

@ -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

Loading…
Cancel
Save