mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
theme - modals, react select, tables
This commit is contained in:
@@ -28,11 +28,11 @@ const HorizontalMainContainer = styled(SplitterMainBase)`
|
||||
`;
|
||||
|
||||
export const VerticalSplitHandle = styled.div`
|
||||
background-color: ${(props) => props.theme.border};
|
||||
height: ${dimensions.splitter.thickness}px;
|
||||
background-color: ${(props) => props.theme.border};
|
||||
height: ${dimensions.splitter.thickness}px;
|
||||
cursor: row-resize;
|
||||
&:hover {
|
||||
background-color: #aaa;
|
||||
background-color: ${(props) => props.theme.border_background2};
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -41,7 +41,7 @@ export const HorizontalSplitHandle = styled.div`
|
||||
width: ${dimensions.splitter.thickness}px;
|
||||
cursor: col-resize;
|
||||
&:hover {
|
||||
background-color: #aaa;
|
||||
background-color: ${(props) => props.theme.border_background2};
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user