mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-13 15:48:26 +00:00
Icon Admin Dropdown-Menu vergrößert
This commit is contained in:
parent
a350d099a8
commit
4bd36ede9b
1 changed files with 11 additions and 0 deletions
|
@ -256,6 +256,13 @@ header #banner #logo-img,
|
||||||
background-color: var(--nav-bg) !important;
|
background-color: var(--nav-bg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.account .dropdown-menu li a i {
|
||||||
|
margin-right: 10px;
|
||||||
|
font-size: 18px;
|
||||||
|
display: inline-block;
|
||||||
|
width: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.contact-entry-desc {
|
.contact-entry-desc {
|
||||||
color: #b0b3b8;
|
color: #b0b3b8;
|
||||||
}
|
}
|
||||||
|
@ -846,6 +853,10 @@ aside .widget li:hover {
|
||||||
-webkit-box-shadow: none !important;
|
-webkit-box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-fake-form, .wall-item-comment-wrapper {
|
||||||
|
border-top: 1px solid rgb(37, 39, 40);
|
||||||
|
}
|
||||||
|
|
||||||
.wall-item-actions button {
|
.wall-item-actions button {
|
||||||
font-size: 20px !important;
|
font-size: 20px !important;
|
||||||
color: #B0B3B8 !important;
|
color: #B0B3B8 !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue