Merge branch 'refs/heads/develop'
This commit is contained in:
commit
d768610455
2 changed files with 12 additions and 8 deletions
|
@ -224,7 +224,12 @@ header #banner {
|
|||
.account .dropdown-menu li.divider,
|
||||
.contact-photo-wrapper .dropdown-menu li.divider {
|
||||
background-color: var(--nav-bg) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-group-xs > .btn, .btn-xs {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
#topbar-first #nav-notifications-menu {
|
||||
border: 1px solid var(--background-color) !important;
|
||||
}
|
||||
|
@ -349,10 +354,7 @@ box-sizing: border-box;
|
|||
#upload-photo:focus {
|
||||
background-color: darkblue !important;
|
||||
}
|
||||
/* hide attach file option since there is no way to manage attachments */
|
||||
.fbswitcher [data-mode="attachment"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Other people profiles */
|
||||
#mention-link {
|
||||
border-radius: 8px !important;
|
||||
|
|
|
@ -187,6 +187,10 @@
|
|||
.btn {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.btn-group-xs > .btn, .btn-xs {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.nav-pills .dropdown-menu li a,
|
||||
.nav-pills .dropdown-menu li .btn-link,
|
||||
|
@ -644,9 +648,7 @@
|
|||
#upload-photo:focus {
|
||||
background-color: darkblue !important;
|
||||
}
|
||||
.fbswitcher [data-mode="attachment"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Profiles */
|
||||
#profile-photo-wrapper {
|
||||
overflow: visible !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue