diff --git a/portal-ui/src/screens/Console/Menu/Menu.tsx b/portal-ui/src/screens/Console/Menu/Menu.tsx index f90a045b6..0c002c378 100644 --- a/portal-ui/src/screens/Console/Menu/Menu.tsx +++ b/portal-ui/src/screens/Console/Menu/Menu.tsx @@ -87,6 +87,21 @@ const styles = (theme: Theme) => "& .MuiPaper-root": { backgroundColor: "inherit", }, + "& ::-webkit-scrollbar": { + width: "5px", + }, + "& ::-webkit-scrollbar-track": { + background: "#F0F0F0", + borderRadius: 0, + boxShadow: "inset 0px 0px 0px 0px #F0F0F0", + }, + "& ::-webkit-scrollbar-thumb": { + background: "#5A6375", + borderRadius: 0, + }, + "& ::-webkit-scrollbar-thumb:hover": { + background: "#081C42", + }, }, drawerOpen: { width: drawerWidth, diff --git a/portal-ui/src/screens/Console/Support/Register.tsx b/portal-ui/src/screens/Console/Support/Register.tsx index 959ba5c2b..98d66f420 100644 --- a/portal-ui/src/screens/Console/Support/Register.tsx +++ b/portal-ui/src/screens/Console/Support/Register.tsx @@ -34,6 +34,7 @@ import OfflineRegistrationIcon from "../../../icons/OfflineRegistrationIcon"; import InputBoxWrapper from "../Common/FormComponents/InputBoxWrapper/InputBoxWrapper"; import clsx from "clsx"; import OnlineRegistrationBackIcon from "../../../icons/OnlineRegistrationBackIcon"; +import OfflineRegistrationBackIcon from "../../../icons/OfflineRegistrationBackIcon"; import api from "../../../common/api"; import { @@ -142,6 +143,7 @@ const styles = (theme: Theme) => }, link: { color: "#2781B0", + cursor: "pointer", }, ...actionsTray, ...searchField, @@ -444,7 +446,7 @@ const Register = ({ classes, displayErrorMessage }: IRegister) => { target="_blank" href="https://min.io/product/subnet" > - Learn more about SUBNET. + Learn more about SUBNET →.
@@ -602,7 +604,7 @@ const Register = ({ classes, displayErrorMessage }: IRegister) => { a proxy to connect to Subnet.

- Alternatively you can try{" "} + Alternatively you can try {