From 5e76ea6a35789872c1b6385f0e4f8514491afc15 Mon Sep 17 00:00:00 2001 From: Andreas Neustifter Date: Wed, 11 Jul 2018 21:27:44 +0200 Subject: [PATCH] Properly readd CSS changes from PR #5345. I wrongly added CSS to generated files, now adding changes to less as is good and proper. And sorry for PR #5356. --- view/theme/quattro/dark/style.css | 3 +++ view/theme/quattro/green/style.css | 3 +++ view/theme/quattro/lilac/style.css | 3 +++ view/theme/quattro/quattro.less | 3 +++ 4 files changed, 12 insertions(+) diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 436157e97f..9d63717b12 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -2554,6 +2554,9 @@ footer { #adminpage .selectall { text-align: right; } +#adminpage .settings-block { + border-bottom: 1px solid #cccccc; +} /* edit buttons for comments */ .icon.dim { opacity: 0.3; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 10e52c8e1c..daaaca9cfc 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -2554,6 +2554,9 @@ footer { #adminpage .selectall { text-align: right; } +#adminpage .settings-block { + border-bottom: 1px solid #cccccc; +} /* edit buttons for comments */ .icon.dim { opacity: 0.3; diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index c87c68bdb6..fccd0dc0b8 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -2554,6 +2554,9 @@ footer { #adminpage .selectall { text-align: right; } +#adminpage .settings-block { + border-bottom: 1px solid #cccccc; +} /* edit buttons for comments */ .icon.dim { opacity: 0.3; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 91c8074d9f..49ea016e1e 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -1746,6 +1746,9 @@ footer { height: 100px; display: table-row; } width: 16px; height: 16px; } .selectall { text-align: right; } + .settings-block { + border-bottom: 1px solid #cccccc; + } } /* edit buttons for comments */