Tweak scroll to bottom bottom color

And add drop shadow

// FREEBIE
pull/749/head
lilia 8 years ago committed by Scott Nonnenberg
parent 017bb56cca
commit 4921ef1b9d

@ -642,7 +642,7 @@ li.entry .error-icon-container {
background: white; background: white;
border-radius: $border-radius; border-radius: $border-radius;
overflow: auto; overflow: auto;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
.message { .message {
text-align: center; text-align: center;
@ -709,6 +709,7 @@ li.entry .error-icon-container {
text-align: center; text-align: center;
background-color: $grey_l; background-color: $grey_l;
border: none; border: none;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
.icon { .icon {
@include color-svg('/images/down.svg', $grey_l3); @include color-svg('/images/down.svg', $grey_l3);
@ -717,9 +718,9 @@ li.entry .error-icon-container {
} }
&.new-messages { &.new-messages {
background-color: $grey_l4; background-color: $blue;
.icon { .icon {
@include color-svg('/images/down.svg', black); @include color-svg('/images/down.svg', white);
} }
} }
} }

@ -217,9 +217,9 @@ $text-dark: #CCCCCC;
} }
&.new-messages { &.new-messages {
background-color: $grey_l2; background-color: $blue;
.icon { .icon {
@include color-svg('/images/down.svg', $grey_l4); @include color-svg('/images/down.svg', white);
} }
} }
} }

@ -1468,7 +1468,7 @@ li.entry .error-icon-container {
background: white; background: white;
border-radius: 5px; border-radius: 5px;
overflow: auto; overflow: auto;
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); }
.confirmation-dialog .content .message { .confirmation-dialog .content .message {
text-align: center; } text-align: center; }
.confirmation-dialog .content .buttons { .confirmation-dialog .content .buttons {
@ -1516,7 +1516,8 @@ li.entry .error-icon-container {
border-radius: 22px; border-radius: 22px;
text-align: center; text-align: center;
background-color: #f3f3f3; background-color: #f3f3f3;
border: none; } border: none;
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
.discussion-container .scroll-down-button-view button .icon { .discussion-container .scroll-down-button-view button .icon {
-webkit-mask: url("/images/down.svg") no-repeat center; -webkit-mask: url("/images/down.svg") no-repeat center;
-webkit-mask-size: 100%; -webkit-mask-size: 100%;
@ -1524,11 +1525,11 @@ li.entry .error-icon-container {
height: 100%; height: 100%;
width: 100%; } width: 100%; }
.discussion-container .scroll-down-button-view button.new-messages { .discussion-container .scroll-down-button-view button.new-messages {
background-color: #8d8d8d; } background-color: #2090ea; }
.discussion-container .scroll-down-button-view button.new-messages .icon { .discussion-container .scroll-down-button-view button.new-messages .icon {
-webkit-mask: url("/images/down.svg") no-repeat center; -webkit-mask: url("/images/down.svg") no-repeat center;
-webkit-mask-size: 100%; -webkit-mask-size: 100%;
background-color: black; } background-color: white; }
.ios #header { .ios #header {
height: 64px; height: 64px;
@ -2144,10 +2145,10 @@ li.entry .error-icon-container {
-webkit-mask-size: 100%; -webkit-mask-size: 100%;
background-color: black; } background-color: black; }
.android-dark .discussion-container .scroll-down-button-view button.new-messages { .android-dark .discussion-container .scroll-down-button-view button.new-messages {
background-color: #d9d9d9; } background-color: #2090ea; }
.android-dark .discussion-container .scroll-down-button-view button.new-messages .icon { .android-dark .discussion-container .scroll-down-button-view button.new-messages .icon {
-webkit-mask: url("/images/down.svg") no-repeat center; -webkit-mask: url("/images/down.svg") no-repeat center;
-webkit-mask-size: 100%; -webkit-mask-size: 100%;
background-color: #8d8d8d; } background-color: white; }
/*# sourceMappingURL=manifest.css.map */ /*# sourceMappingURL=manifest.css.map */

Loading…
Cancel
Save