mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix icon spacing
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user