//
This commit is contained in:
parent
0c75edcc84
commit
5b215d3273
4 changed files with 4 additions and 4 deletions
|
|
@ -18,6 +18,6 @@
|
|||
</script>
|
||||
</head>
|
||||
<body webbpm class="webbpm account-applications">
|
||||
<div class="loader"></div>
|
||||
<div class="progress"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
<link rel="icon" type="image/png" href="src/resources/img/logo.png"/>
|
||||
</head>
|
||||
<body webbpm class="webbpm account-applications">
|
||||
<div class="loader"></div>
|
||||
<div class="progress"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
</script>
|
||||
</head>
|
||||
<body preview-container id="webbpm-angular-application-container" class="webbpm account-applications">
|
||||
<div class="loader"></div>
|
||||
<div class="progress"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -221,7 +221,7 @@ body.webbpm.account-applications {
|
|||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 8px;
|
||||
background-color: var(--color-text-primary);
|
||||
background-color: var(--color-text-mute);
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
height: 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue