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:
parent
47582cd5ee
commit
5e76ea6a35
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue