Browse Source

Make loading plugin background to theme

digibyte
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
c6380dfe8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      qortal-ui-plugins/plugins/core/group-management/group-transaction/index.html
  2. 9
      qortal-ui-plugins/plugins/core/group-management/index.html
  3. 9
      qortal-ui-plugins/plugins/core/messaging/chain-messaging/index.html
  4. 9
      qortal-ui-plugins/plugins/core/messaging/index.html
  5. 9
      qortal-ui-plugins/plugins/core/messaging/q-chat/index.html
  6. 9
      qortal-ui-plugins/plugins/core/minting/index.html
  7. 9
      qortal-ui-plugins/plugins/core/name-registration/index.html
  8. 9
      qortal-ui-plugins/plugins/core/node-management/index.html
  9. 9
      qortal-ui-plugins/plugins/core/puzzles/index.html
  10. 9
      qortal-ui-plugins/plugins/core/qdn/browser/index.html
  11. 9
      qortal-ui-plugins/plugins/core/qdn/data-management/index.html
  12. 9
      qortal-ui-plugins/plugins/core/qdn/index.html
  13. 9
      qortal-ui-plugins/plugins/core/qdn/publish/index.html
  14. 9
      qortal-ui-plugins/plugins/core/reward-share/index.html
  15. 9
      qortal-ui-plugins/plugins/core/trade-portal/index.html
  16. 9
      qortal-ui-plugins/plugins/core/wallet/index.html

12
qortal-ui-plugins/plugins/core/group-management/group-transaction/index.html

@ -3,6 +3,16 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;
@ -32,7 +42,7 @@
body {
margin: 0;
font-family: "Roboto", sans-serif;
background-color: #fff;
background: var(--plugback);
}
</style>
</head>

9
qortal-ui-plugins/plugins/core/group-management/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/messaging/chain-messaging/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/messaging/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/messaging/q-chat/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/minting/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/name-registration/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/node-management/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/puzzles/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/qdn/browser/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/qdn/data-management/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/qdn/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/qdn/publish/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/reward-share/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

9
qortal-ui-plugins/plugins/core/trade-portal/index.html

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

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

@ -4,6 +4,15 @@
<head>
<link rel="stylesheet" href="/font/material-icons.css">
<link rel="stylesheet" href="/font/switch-theme.css">
<script>
const checkBack = localStorage.getItem('qortalTheme')
if (checkBack === 'dark') {
newtheme = 'dark';
} else {
newtheme = 'light';
}
document.querySelector('html').setAttribute('theme', newtheme);
</script>
<style>
html {
--scrollbarBG: #a1a1a1;

Loading…
Cancel
Save