]> git.mxchange.org Git - friendica.git/commitdiff
Properly readd CSS changes from PR #5345.
authorAndreas Neustifter <andreas.neustifter@gmail.com>
Wed, 11 Jul 2018 19:27:44 +0000 (21:27 +0200)
committerAndreas Neustifter <andreas.neustifter@gmail.com>
Wed, 11 Jul 2018 19:27:44 +0000 (21:27 +0200)
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
view/theme/quattro/green/style.css
view/theme/quattro/lilac/style.css
view/theme/quattro/quattro.less

index 436157e97f7b09e9b14434fcc427cd001af642f1..9d63717b12be214cf586dd6cc76d53754c2dd08d 100644 (file)
@@ -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;
index 10e52c8e1c1aa341b9dc16aafdcfe4ede3a87103..daaaca9cfc4c7f79cde11cf729b04e978dd9564f 100644 (file)
@@ -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;
index c87c68bdb662bacb03eafb914ccc62b24bf6a59c..fccd0dc0b8cf4616c5c886a542417ecd73b5aa84 100644 (file)
@@ -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;
index 91c8074d9f0f12dbb3476201177eff9e7eb8daef..49ea016e1e7be7d3a644791c4e7105bc1bb08e79 100644 (file)
@@ -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 */