You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2021/09/07 17:02:22 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2659] vertical lines in calendar

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 4a656bd  [OPENMEETINGS-2659] vertical lines in calendar
4a656bd is described below

commit 4a656bd5773514a075ac6efc68c3eb911ed193dc
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Sep 8 00:02:09 2021 +0700

    [OPENMEETINGS-2659] vertical lines in calendar
---
 openmeetings-web/src/main/webapp/css/raw-calendar.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/openmeetings-web/src/main/webapp/css/raw-calendar.css b/openmeetings-web/src/main/webapp/css/raw-calendar.css
index 0f3d5c2..d4c7293 100644
--- a/openmeetings-web/src/main/webapp/css/raw-calendar.css
+++ b/openmeetings-web/src/main/webapp/css/raw-calendar.css
@@ -31,3 +31,10 @@
 #wrapper-panel-frame .main-form, #calendar {
 	height: 100%;
 }
+/* FIXME TODO bootstrap override */
+.table-bordered {
+	border: 1px solid #dee2e6;
+}
+.table-bordered td, .table-bordered th {
+	border: 1px solid #dee2e6;
+}