Browse Source

fff all browser know

pull/1/head
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
ab5d62ee22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 60
      qortal-ui-plugins/plugins/core/wallet/index.html

60
qortal-ui-plugins/plugins/core/wallet/index.html

@ -1,40 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/font/material-icons.css" />
<style>
html {
--scrollbarBG: #a1a1a1;
--thumbBG: #6a6c75;
}
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<style>
html {
--scrollbarBG: #a1a1a1;
--thumbBG: #6a6c75;
}
*::-webkit-scrollbar {
width: 11px;
}
*::-webkit-scrollbar {
width: 11px;
}
* {
scrollbar-width: thin;
scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
* {
scrollbar-width: thin;
scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
*::-webkit-scrollbar-track {
background: var(--scrollbarBG);
}
*::-webkit-scrollbar-track {
background: var(--scrollbarBG);
}
*::-webkit-scrollbar-thumb {
background-color: var(--thumbBG);
border-radius: 6px;
border: 3px solid var(--scrollbarBG);
}
*::-webkit-scrollbar-thumb {
background-color: var(--thumbBG);
border-radius: 6px;
border: 3px solid var(--scrollbarBG);
}
html,
body {
margin: 0;
background: white;
font-family: 'Roboto', sans-serif;
}
</style>
</head>
html,
body {
margin: 0;
font-family: "Roboto", sans-serif;
background: #fff;
}
</style>
</head>
<body>
<multi-wallet></multi-wallet>

Loading…
Cancel
Save