mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:50:17 +00:00
rework the contact info header of postings (move plink to dropdown) - reorder the post actions dropdown
This commit is contained in:
parent
772417a31b
commit
24b1382f72
3 changed files with 98 additions and 76 deletions
|
@ -1038,7 +1038,8 @@ section #jotOpen {
|
|||
.toplevel_item:hover .wall-item-content a,
|
||||
.toplevel_item:hover .wall-item-name,
|
||||
.wall-item-container:hover .wall-item-content a,
|
||||
.wall-item-container:hover .wall-item-name {
|
||||
.wall-item-container:hover .wall-item-name,
|
||||
.wall-item-container:hover .wall-item-location a {
|
||||
/*color: #6fdbe8;*/
|
||||
color: $link_color;
|
||||
-webkit-transition: all 0.25s ease-in-out;
|
||||
|
@ -1439,7 +1440,9 @@ ul.dropdown-menu li:hover {
|
|||
}
|
||||
|
||||
/* Media Classes */
|
||||
.media .time {
|
||||
.media .time,
|
||||
.media .location,
|
||||
.media .location a {
|
||||
font-size: 11px;
|
||||
color: #bebebe;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue