mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing cloud header height issue and theme color
This commit is contained in:
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…
Reference in New Issue
Block a user