Skip to content
Snippets Groups Projects
Commit 61dedeb7 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

optimize counter for online users

parent c8bea438
Branches
Tags
No related merge requests found
...@@ -12,21 +12,14 @@ ...@@ -12,21 +12,14 @@
position: absolute; position: absolute;
.activityIconForegroundText { .activityIconForegroundText {
width: 35px; position: relative;
height: auto;
float: left;
padding: 3px;
margin: 0;
text-align: center;
position: absolute;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
font-size: 18px; font-size: 24px;
font-weight: normal; font-weight: bold;
right: -35px; box-shadow: none !important;
top: 0; right: -75px;
background-color: var(--primary); background-color: transparent !important;
color: var(--on-primary); color: var(--green) !important;
border-radius: 100%;
animation:popin-shadow 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) both; animation:popin-shadow 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
} }
} }
...@@ -34,7 +27,7 @@ ...@@ -34,7 +27,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
background-color:var(--on-background); background-color:var(--green) !important;
-webkit-mask-image: url("../../../../../assets/icons/activity.svg"); -webkit-mask-image: url("../../../../../assets/icons/activity.svg");
mask-image: url("../../../../../assets/icons/activity.svg"); mask-image: url("../../../../../assets/icons/activity.svg");
mask-repeat: no-repeat; mask-repeat: no-repeat;
......
...@@ -20,7 +20,7 @@ export const arsnova = { ...@@ -20,7 +20,7 @@ export const arsnova = {
'--on-dialog': '#000000', '--on-dialog': '#000000',
'--on-cancel': '#ffffff', '--on-cancel': '#ffffff',
'--green': '#00FF00', '--green': 'green',
'--red': 'red', '--red': 'red',
'--white': '#ffffff', '--white': '#ffffff',
'--yellow': 'red', '--yellow': 'red',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment