This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch csp
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/csp by this push:
new cb93061 [OPENMEETINGS-2165] offline icon is fixed
cb93061 is described below
commit cb93061197f631ffb5f0b3948ed8feb6552be26e
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Feb 16 17:39:15 2020 +0700
[OPENMEETINGS-2165] offline icon is fixed
---
openmeetings-web/src/main/webapp/css/raw-general.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css
b/openmeetings-web/src/main/webapp/css/raw-general.css
index fbcf8a2..596f291 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -247,7 +247,7 @@ html, body {
color: var(--success);
content: '\f111';
}
-.offline.om-icon {
+.offline.om-icon::before {
color: var(--danger);
content: '\f111';
}