Fix icon spacing
parent
30682c2a68
commit
a1f979c3e4
|
@ -965,11 +965,6 @@ ul.nav.nav-tabs {
|
||||||
height: 500px!important;
|
height: 500px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wcPanelTab > div .wcTabIcon.fa {
|
|
||||||
padding-left: 0px !important;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* This rule will stop Chrome apply highlighting to elements such as DIV's used as modals */
|
/* This rule will stop Chrome apply highlighting to elements such as DIV's used as modals */
|
||||||
*:focus {
|
*:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
@ -257,6 +257,15 @@
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wcPanelTab > div .wcTabIcon.fa {
|
||||||
|
padding-left: 0px !important;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wcTabIcon.fa {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.wcFrameTitleBar {
|
.wcFrameTitleBar {
|
||||||
background-color: #E2E2E2;
|
background-color: #E2E2E2;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
|
|
Loading…
Reference in New Issue