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.
This commit is contained in:
Andreas Neustifter 2018-07-11 21:27:44 +02:00
parent 47582cd5ee
commit 5e76ea6a35
4 changed files with 12 additions and 0 deletions

View 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;

View 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;

View 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;

View 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 */