Fix icon spacing
parent
30682c2a68
commit
a1f979c3e4
|
@ -965,11 +965,6 @@ ul.nav.nav-tabs {
|
|||
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 */
|
||||
*:focus {
|
||||
outline: none;
|
||||
|
|
|
@ -257,6 +257,15 @@
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.wcPanelTab > div .wcTabIcon.fa {
|
||||
padding-left: 0px !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.wcTabIcon.fa {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.wcFrameTitleBar {
|
||||
background-color: #E2E2E2;
|
||||
height: 35px;
|
||||
|
|
Loading…
Reference in New Issue