This repository was archived by the owner on Jul 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ import ButtonGroup from "@mui/material/ButtonGroup";
33import TextField from "@mui/material/TextField" ;
44import { PaginationProps } from "cdm/MenuBarModel" ;
55import React , { useEffect } from "react" ;
6- import { PaginationButtonStyle } from "components/styles/NavBarSearchStyles" ;
6+ import { PaginationButtonStyle } from "components/styles/NavBarStyles" ;
7+ import { StyleVariables } from "helpers/Constants" ;
78function PaginationTable ( props : PaginationProps ) {
89 const { table } = props ;
910 const [ page , setPage ] = React . useState ( 1 ) ;
@@ -56,6 +57,7 @@ function PaginationTable(props: PaginationProps) {
5657 type = "number"
5758 InputLabelProps = { {
5859 shrink : true ,
60+ style : { color : StyleVariables . TEXT_NORMAL } ,
5961 } }
6062 style = { { width : "100px" } }
6163 InputProps = { {
Original file line number Diff line number Diff line change 44 DebouncedInputWrapper ,
55 Search ,
66 SearchIconWrapper ,
7- } from "components/styles/NavBarSearchStyles " ;
7+ } from "components/styles/NavBarStyles " ;
88import SearchIcon from "@mui/icons-material/Search" ;
99import DebouncedInput from "components/behavior/DebouncedInputFn" ;
1010
File renamed without changes.
Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ div.database-plugin__checkbox {
296296 cursor : pointer;
297297 bottom : 0 ;
298298 z-index : 3 ;
299- position : fixed ;
300- opacity : 0.9 ;
299+ opacity : 0.8 ;
300+ position : sticky ;
301301 left : 0 ;
302302 background-color : var (--background-primary );
303303}
You can’t perform that action at this time.
0 commit comments