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,
|
.account .dropdown-menu li.divider,
|
||||||
.contact-photo-wrapper .dropdown-menu li.divider {
|
.contact-photo-wrapper .dropdown-menu li.divider {
|
||||||
background-color: var(--nav-bg) !important;
|
background-color: var(--nav-bg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-group-xs > .btn, .btn-xs {
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
|
||||||
#topbar-first #nav-notifications-menu {
|
#topbar-first #nav-notifications-menu {
|
||||||
border: 1px solid var(--background-color) !important;
|
border: 1px solid var(--background-color) !important;
|
||||||
}
|
}
|
||||||
|
@ -349,10 +354,7 @@ box-sizing: border-box;
|
||||||
#upload-photo:focus {
|
#upload-photo:focus {
|
||||||
background-color: darkblue !important;
|
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 */
|
/* Other people profiles */
|
||||||
#mention-link {
|
#mention-link {
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
|
|
|
@ -187,6 +187,10 @@
|
||||||
.btn {
|
.btn {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-group-xs > .btn, .btn-xs {
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-pills .dropdown-menu li a,
|
.nav-pills .dropdown-menu li a,
|
||||||
.nav-pills .dropdown-menu li .btn-link,
|
.nav-pills .dropdown-menu li .btn-link,
|
||||||
|
@ -644,9 +648,7 @@
|
||||||
#upload-photo:focus {
|
#upload-photo:focus {
|
||||||
background-color: darkblue !important;
|
background-color: darkblue !important;
|
||||||
}
|
}
|
||||||
.fbswitcher [data-mode="attachment"] {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
/* Profiles */
|
/* Profiles */
|
||||||
#profile-photo-wrapper {
|
#profile-photo-wrapper {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue