mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Styling tweaks
This commit is contained in:
@@ -19,15 +19,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wcFrameTitle {
|
.wcFrameTitle {
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
font-weight: bold;
|
padding-left: 8px;
|
||||||
padding-left: 3px;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-bottom: 1px none;
|
border-bottom: 1px none;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
background-color: #A8A8A8;
|
background-color: #E2E2E2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wcFrameCenter {
|
.wcFrameCenter {
|
||||||
@@ -276,6 +275,10 @@
|
|||||||
background-color: #2C76B4;
|
background-color: #2C76B4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wcFloating .wcFrameTitleBar > div .wcTabIcon.fa {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.wcFrameButtonBar {
|
.wcFrameButtonBar {
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user