Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

This commit is contained in:
Jenkins
2018-06-12 13:17:21 +00:00
58 changed files with 837 additions and 188 deletions

View File

@@ -47,6 +47,19 @@
background: darken($ui-base-color, 6%);
}
.emoji-mart-bar {
border-color: lighten($ui-base-color, 8%);
&:first-child {
background: $ui-base-color;
}
}
.emoji-mart-search input {
background: rgba($ui-base-color, 0.3);
border-color: $ui-base-color;
}
.focusable:focus {
background: $ui-base-color;
}
@@ -74,6 +87,17 @@
}
}
// Change the background colors of media and video spoiler
.media-spoiler,
.video-player__spoiler {
background: $ui-base-color;
}
.account-gallery__item a {
background-color: $ui-base-color;
}
// Change the colors used in the dropdown menu
.dropdown-menu {
background: $ui-base-color;

View File

@@ -4555,7 +4555,7 @@ a.status-card {
height: 100%;
z-index: 4;
border: 0;
background: $base-shadow-color;
background: $base-overlay-background;
color: $darker-text-color;
transition: none;
pointer-events: none;

View File

@@ -62,16 +62,16 @@
}
.emoji-mart-anchor-bar {
bottom: 0;
bottom: -1px;
}
}
.emoji-mart-anchor-bar {
position: absolute;
bottom: -3px;
bottom: -5px;
left: 0;
width: 100%;
height: 3px;
height: 4px;
background-color: $highlight-text-color;
}

View File

@@ -1,6 +1,7 @@
.footer {
text-align: center;
margin-top: 30px;
padding-bottom: 60px;
font-size: 12px;
color: $darker-text-color;