Merge pull request #5366 from astifter/properly_readd_quattro_css

Properly readd CSS changes from PR #5345 in quattro.
This commit is contained in:
Tobias Diekershoff 2018-07-12 10:39:42 +02:00 committed by GitHub
commit 35ac3f32a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */