mirror of
https://github.com/friendica/friendica
synced 2024-11-14 10:22:57 +00:00
Merge https://github.com/friendica/friendica into pull
This commit is contained in:
commit
0da20ec9ef
2 changed files with 8 additions and 4 deletions
|
@ -146,11 +146,11 @@ blockquote {
|
||||||
background:#444;
|
background:#444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.wall-item-content {
|
.wall-item-content {
|
||||||
max-height: 20000px;
|
max-height: 20000px;
|
||||||
overflow: none;
|
overflow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.editicon:hover {
|
||||||
|
background-color: #ccc;
|
||||||
}
|
}
|
|
@ -146,3 +146,7 @@ blockquote {
|
||||||
background:#444;
|
background:#444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This seems okay to me...we might not need a new iconset, lets see how people react */
|
||||||
|
.editicon {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
Loading…
Reference in a new issue