aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaela Brückner <brueckner@data-quest.de>2023-02-17 14:51:42 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-02-17 14:51:42 +0000
commita5733deb66bf9a53c02c586c76487ffa18215dd0 (patch)
treefe77168bcc768120e5b3be74f0dfb98f85d52060
parent35650f122be68725106f93af1890178328920b33 (diff)
fixes #2007
Closes #2007 Merge request studip/studip!1306
-rw-r--r--resources/assets/stylesheets/highcontrast.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/assets/stylesheets/highcontrast.scss b/resources/assets/stylesheets/highcontrast.scss
index e3ae6dc..0dda1fd 100644
--- a/resources/assets/stylesheets/highcontrast.scss
+++ b/resources/assets/stylesheets/highcontrast.scss
@@ -333,6 +333,10 @@ table.default {
}
+article.wiki {
+ border: unset;
+}
+
// remove this border, else you end up having two
.studip-widget > div > article.studip {
border: none !important;
@@ -380,6 +384,15 @@ article.new.toggle > header h1 > a::before {
filter: unset !important;
}
+// avoid having double outline and weird line at bottom
+form.default table.default {
+ border: unset;
+
+ tbody:last-of-type>tr:last-child>td {
+ border-bottom: unset;
+ }
+}
+
/* Sections,Articles and Forms footer */
form.default footer,
table.default > tfoot > tr > td {