This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 482412d9b [OPENMEETINGS-2232] background position is fixed
482412d9b is described below
commit 482412d9ba8b65c00cff2f7fdfbdd1b242670c15
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Aug 22 21:38:36 2023 +0700
[OPENMEETINGS-2232] background position is fixed
---
openmeetings-web/src/main/webapp/css/raw-general.css | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css
b/openmeetings-web/src/main/webapp/css/raw-general.css
index a46bead25..99157c19a 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -9,13 +9,14 @@ html, body {
padding: 0;
font-family: Arial, Helvetica, sans-serif;
overflow-y: hidden;
-
+}
+body {
--text-align-start: left;
--text-align-end: right;
--background-start: left;
--background-end: right;
}
-html[dir="rtl"] {
+html[dir="rtl"] body {
--text-align-start: right;
--text-align-end: left;
--background-start: right;