mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
style
This commit is contained in:
@@ -56,6 +56,7 @@ const TabsPanelContainer = styled.div`
|
||||
height: ${theme.tabsPanel.height}px;
|
||||
right: 0;
|
||||
background-color: ${theme.tabsPanel.background};
|
||||
border-top: 1px solid #CCC;
|
||||
`;
|
||||
|
||||
const StausBarContainer = styled.div`
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
background: "#ccc"
|
||||
},
|
||||
tabsPanel: {
|
||||
height: 30,
|
||||
height: 31,
|
||||
background: "#ddd",
|
||||
hoverFont: "#338"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user