mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 06:55:54 -06:00
41 lines
633 B
CSS
41 lines
633 B
CSS
.dashboard-link {
|
|
text-align: center;
|
|
}
|
|
|
|
.dashboard-link a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dashboard-tab-container {
|
|
padding: 0px;
|
|
}
|
|
|
|
.dashboard-tab {
|
|
border: 0px;
|
|
border-radius: 4px 4px 0px 0px;
|
|
margin-right: 1px;
|
|
font-size: 13px;
|
|
line-height: 25px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.dashboard-tab.active {
|
|
margin-top: 0px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.icon-postgres:before {
|
|
height: 43px;
|
|
margin-top: 13px;
|
|
display: block;
|
|
}
|
|
|
|
/* CSS to make subnode control look pretty - START */
|
|
.dashboard-tab-container .subnode-dialog .form-control {
|
|
font-size: inherit;
|
|
}
|
|
|
|
.dashboard-hidden {
|
|
display: none;
|
|
}
|