styles: Convert background properties to background-color.

This commit is contained in:
Cynthia Lin 2018-10-08 13:31:26 -07:00 committed by Tim Abbott
parent 67b705207e
commit 89d81b37d4
20 changed files with 79 additions and 79 deletions

View File

@ -240,7 +240,7 @@
.new-style .tab-switcher .ind-tab.selected { .new-style .tab-switcher .ind-tab.selected {
position: relative; position: relative;
background: hsl(0, 0%, 53%); background-color: hsl(0, 0%, 53%);
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
border: 1px solid hsl(0, 0%, 46%); border: 1px solid hsl(0, 0%, 46%);
z-index: 2; z-index: 2;

View File

@ -1,10 +1,10 @@
.billing-upgrade-page { .billing-upgrade-page {
font-family: Source Sans Pro, Helvetica, Arial, sans-serif; font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
background: hsl(0, 0%, 98%); background-color: hsl(0, 0%, 98%);
height: 100vh; height: 100vh;
.hero { .hero {
background: hsl(153, 32%, 55%); background-color: hsl(153, 32%, 55%);
color: hsl(153, 32%, 55%); color: hsl(153, 32%, 55%);
position: absolute; position: absolute;
top: 0; top: 0;
@ -43,7 +43,7 @@
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
padding: 20px; padding: 20px;
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
font-size: 1.1em; font-size: 1.1em;
} }
@ -65,7 +65,7 @@
display: none; display: none;
&:checked { &:checked {
+ .box { + .box {
background: hsl(153, 32%, 55%); background-color: hsl(153, 32%, 55%);
color: white; color: white;
border-color: hsl(152, 33%, 39%); border-color: hsl(152, 33%, 39%);
} }
@ -74,7 +74,7 @@
.box { .box {
width: 120px; width: 120px;
height: 70px; height: 70px;
background: hsl(0, 0%, 94%); background-color: hsl(0, 0%, 94%);
transition: all .2s ease; transition: all .2s ease;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
@ -86,7 +86,7 @@
padding: 30px 20px; padding: 30px 20px;
vertical-align: top; vertical-align: top;
&:hover { &:hover {
background: hsl(0, 0%, 91%); background-color: hsl(0, 0%, 91%);
border-color: hsl(0, 0%, 80%); border-color: hsl(0, 0%, 80%);
} }
.schedule-time { .schedule-time {
@ -109,7 +109,7 @@
padding: 11px 25px 11px 25px; padding: 11px 25px 11px 25px;
font-weight: 400; font-weight: 400;
color: white; color: white;
background: hsl(185, 38%, 55%); background-color: hsl(185, 38%, 55%);
background: linear-gradient(145deg, rgb(76, 181, 205), rgb(37, 177, 151)); background: linear-gradient(145deg, rgb(76, 181, 205), rgb(37, 177, 151));
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
border: 0; border: 0;
@ -126,13 +126,13 @@
} }
.stripe-button-el:hover { .stripe-button-el:hover {
background: rgb(37, 177, 151); background-color: rgb(37, 177, 151);
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
} }
.stripe-button-el:active, .stripe-button-el:active,
.stripe-button-el:not(:disabled):active { .stripe-button-el:not(:disabled):active {
background: rgb(25, 139, 118); background-color: rgb(25, 139, 118);
span { span {
background: 0; background: 0;
box-shadow: none; box-shadow: none;

View File

@ -69,7 +69,7 @@
} }
.compose_table .message_header_colorblock.message_header_private_message { .compose_table .message_header_colorblock.message_header_private_message {
background: hsl(0, 0%, 27%); background-color: hsl(0, 0%, 27%);
} }
.compose_table .right_part { .compose_table .right_part {
@ -156,7 +156,7 @@ table.compose_table {
z-index: 2; z-index: 2;
width: 100%; width: 100%;
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
} }
#compose-container { #compose-container {
@ -276,7 +276,7 @@ div[id^="message-edit-send-status"],
position: relative; position: relative;
margin-bottom: 6px; margin-bottom: 6px;
background: hsla(152, 51%, 63%, 0.25); background-color: hsla(152, 51%, 63%, 0.25);
border: 1px solid hsla(0, 0%, 0%, 0.1); border: 1px solid hsla(0, 0%, 0%, 0.1);
border-radius: 4px; border-radius: 4px;
} }

View File

@ -11,7 +11,7 @@
margin: -12.5px 0 0 -12.5px; margin: -12.5px 0 0 -12.5px;
border-radius: 50%; border-radius: 50%;
position: absolute; position: absolute;
background: hsla(196, 100%, 82%, 0.3); background-color: hsla(196, 100%, 82%, 0.3);
border: 2px solid hsl(215, 47%, 50%); border: 2px solid hsl(215, 47%, 50%);
top: 50%; top: 50%;
left: 50%; left: 50%;
@ -24,7 +24,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
border-radius: 50%; border-radius: 50%;
border: 1px solid hsl(205, 100%, 70%); border: 1px solid hsl(205, 100%, 70%);
animation: pulsate 1.5s ease-out; animation: pulsate 1.5s ease-out;
@ -249,13 +249,13 @@
max-width: 95%; max-width: 95%;
box-shadow: 0 5px 10px rgba(133, 136, 142, 0.1); box-shadow: 0 5px 10px rgba(133, 136, 142, 0.1);
border-radius: 4px; border-radius: 4px;
background: hsl(0, 0%, 98%); background-color: hsl(0, 0%, 98%);
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
} }
.hotspot-inline-top .hotspot-title { .hotspot-inline-top .hotspot-title {
background: hsl(168, 100%, 35%); background-color: hsl(168, 100%, 35%);
margin: 0; margin: 0;
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
font-weight: 600; font-weight: 600;
@ -280,7 +280,7 @@
#hotspot_intro_reply_icon { #hotspot_intro_reply_icon {
position: relative; position: relative;
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
top: 50%; top: 50%;
transform: perspective(1px) translateY(-75%); transform: perspective(1px) translateY(-75%);
} }

View File

@ -22,14 +22,14 @@
border: 1px solid hsla(0, 0%, 0%, 0.15); border: 1px solid hsla(0, 0%, 0%, 0.15);
border-radius: 4px; border-radius: 4px;
background: hsla(0, 0%, 0%, 0.07); background-color: hsla(0, 0%, 0%, 0.07);
cursor: pointer; cursor: pointer;
} }
.pill-container .pill:focus { .pill-container .pill:focus {
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
border: 1px solid hsl(176, 78%, 28%); border: 1px solid hsl(176, 78%, 28%);
background: hsl(176, 49%, 42%); background-color: hsl(176, 49%, 42%);
outline: none; outline: none;
} }
@ -46,7 +46,7 @@
.pill-container.not-editable .pill:focus { .pill-container.not-editable .pill:focus {
color: inherit; color: inherit;
border: 1px solid hsla(0, 0%, 0%, 0.15); border: 1px solid hsla(0, 0%, 0%, 0.15);
background: hsla(0, 0%, 0%, 0.07); background-color: hsla(0, 0%, 0%, 0.07);
} }
.pill-container.not-editable .pill .exit { .pill-container.not-editable .pill .exit {

View File

@ -839,7 +839,7 @@ nav ul li.active::after {
margin-top: 0px; margin-top: 0px;
padding: 12px 20px; padding: 12px 20px;
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
border: 2px solid hsl(0, 0%, 100%); border: 2px solid hsl(0, 0%, 100%);
font-size: 1.2em; font-size: 1.2em;
@ -1360,7 +1360,7 @@ nav ul li.active::after {
height: 520px; height: 520px;
margin: 20px auto; margin: 20px auto;
padding: 30px 20px; padding: 30px 20px;
background: rgba(246, 247, 249, 0.6); background-color: rgba(246, 247, 249, 0.6);
background: linear-gradient(rgba(246, 247, 249, 0.4), rgba(246, 247, 249, 0.9)); background: linear-gradient(rgba(246, 247, 249, 0.4), rgba(246, 247, 249, 0.9));
border-radius: 12px; border-radius: 12px;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
@ -1372,7 +1372,7 @@ nav ul li.active::after {
font-size: 1.2rem; font-size: 1.2rem;
font-weight: 400; font-weight: 400;
color: white; color: white;
background: hsl(185, 38%, 55%); background-color: hsl(185, 38%, 55%);
background: linear-gradient(145deg, rgb(76, 181, 205), rgb(37, 177, 151)); background: linear-gradient(145deg, rgb(76, 181, 205), rgb(37, 177, 151));
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
border: 0; border: 0;
@ -1387,7 +1387,7 @@ nav ul li.active::after {
} }
.tour .carousel-inner .start-button:hover { .tour .carousel-inner .start-button:hover {
background: rgb(37, 177, 151); background-color: rgb(37, 177, 151);
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
} }
@ -1546,14 +1546,14 @@ nav ul li.active::after {
font-weight: 400; font-weight: 400;
color: white; color: white;
background: hsl(185, 38%, 55%); background-color: hsl(185, 38%, 55%);
background: linear-gradient(145deg, rgb(76, 181, 205), rgb(37, 177, 151)); background: linear-gradient(145deg, rgb(76, 181, 205), rgb(37, 177, 151));
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
border: 0; border: 0;
} }
.tour .carousel-inner button.call-to-action:hover { .tour .carousel-inner button.call-to-action:hover {
background: rgb(37, 177, 151); background-color: rgb(37, 177, 151);
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
} }
@ -1598,7 +1598,7 @@ nav ul li.active::after {
margin-left: 10px; margin-left: 10px;
text-indent: -999px; text-indent: -999px;
cursor: pointer; cursor: pointer;
background: hsl(222, 12%, 66%); background-color: hsl(222, 12%, 66%);
transition: background .1s ease; transition: background .1s ease;
} }
@ -1623,7 +1623,7 @@ nav ul li.active::after {
} }
.carousel-indicators li.active { .carousel-indicators li.active {
background: hsl(220, 23%, 33%); background-color: hsl(220, 23%, 33%);
} }
.portico-landing.hello .testimonials { .portico-landing.hello .testimonials {
@ -1798,7 +1798,7 @@ nav ul li.active::after {
padding: 200px 80px 100px 80px; padding: 200px 80px 100px 80px;
margin-top: -50px; margin-top: -50px;
background: hsl(177, 52%, 55%); background-color: hsl(177, 52%, 55%);
background: -webkit-linear-gradient(145deg, hsl(169, 65%, 42%), hsl(191, 55%, 54%)); background: -webkit-linear-gradient(145deg, hsl(169, 65%, 42%), hsl(191, 55%, 54%));
background: linear-gradient(145deg, hsl(191, 56%, 55%), hsl(169, 65%, 42%)); background: linear-gradient(145deg, hsl(191, 56%, 55%), hsl(169, 65%, 42%));
@ -1942,7 +1942,7 @@ nav ul li.active::after {
color: hsl(220, 15%, 66%); color: hsl(220, 15%, 66%);
border: 1px solid hsl(220, 15%, 66%); border: 1px solid hsl(220, 15%, 66%);
background: transparent; background-color: transparent;
transition: all 0.2s ease; transition: all 0.2s ease;
} }
@ -2142,7 +2142,7 @@ nav ul li.active::after {
.portico-landing.why-page .hero { .portico-landing.why-page .hero {
padding: 200px 50px 100px 50px; padding: 200px 50px 100px 50px;
background: hsl(153, 32%, 55%); background-color: hsl(153, 32%, 55%);
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
} }
@ -2198,7 +2198,7 @@ nav ul li.active::after {
} }
.portico-landing.why-page .main blockquote { .portico-landing.why-page .main blockquote {
background: white; background-color: hsl(0, 0%, 100%);
border-color: hsl(168, 24%, 51%); border-color: hsl(168, 24%, 51%);
padding: 20px 30px; padding: 20px 30px;
margin-top: 20px; margin-top: 20px;
@ -2280,7 +2280,7 @@ nav ul li.active::after {
} }
.portico-landing.why-page .testimonials { .portico-landing.why-page .testimonials {
background: hsl(168, 43%, 24%); background-color: hsl(168, 43%, 24%);
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
margin-bottom: 40px; margin-bottom: 40px;
} }
@ -2968,7 +2968,7 @@ nav ul li.active::after {
margin-top: -2px; margin-top: -2px;
width: calc(100% - 300px - 50px); width: calc(100% - 300px - 50px);
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
opacity: 0; opacity: 0;
transform: translateY(300px); transform: translateY(300px);

View File

@ -110,7 +110,7 @@ ul.filters hr {
li.active-filter, li.active-filter,
li.active-sub-filter { li.active-sub-filter {
font-weight: 600 !important; font-weight: 600 !important;
background: hsl(202, 56%, 91%); background-color: hsl(202, 56%, 91%);
position: relative; position: relative;
} }
@ -171,7 +171,7 @@ li.active-sub-filter {
.topic-unread-count, .topic-unread-count,
.private_message_count { .private_message_count {
float: right; float: right;
background: hsl(105, 2%, 50%); background-color: hsl(105, 2%, 50%);
padding: 0 4px; padding: 0 4px;
height: 16px; height: 16px;
line-height: 16px; line-height: 16px;

View File

@ -31,7 +31,7 @@
} }
.column-right.expanded .right-sidebar { .column-right.expanded .right-sidebar {
background: hsla(0, 0%, 100%, 1.0); background-color: hsla(0, 0%, 100%, 1.0);
box-shadow: 0px -2px 3px 0px hsla(0, 0%, 0%, 0.1); box-shadow: 0px -2px 3px 0px hsla(0, 0%, 0%, 0.1);
border-left: 1px solid hsl(0, 0%, 86%); border-left: 1px solid hsl(0, 0%, 86%);
margin-top: 40px; margin-top: 40px;
@ -112,7 +112,7 @@
} }
.column-left.expanded .left-sidebar { .column-left.expanded .left-sidebar {
background: hsla(0, 0%, 100%, 1.0); background-color: hsla(0, 0%, 100%, 1.0);
box-shadow: 0px 2px 3px 0px hsla(0, 0%, 0%, 0.1); box-shadow: 0px 2px 3px 0px hsla(0, 0%, 0%, 0.1);
border-right: 1px solid hsl(0, 0%, 86%); border-right: 1px solid hsl(0, 0%, 86%);
margin-top: 40px; margin-top: 40px;

View File

@ -38,11 +38,11 @@ body.night-mode {
} }
.modal-bg { .modal-bg {
background: hsl(212, 28%, 18%); background-color: hsl(212, 28%, 18%);
} }
.streams_popover .sp-container { .streams_popover .sp-container {
background: transparent; background-color: transparent;
} }
/* this one is because in the app we have blue and in night-mode it should be white. */ /* this one is because in the app we have blue and in night-mode it should be white. */
@ -110,7 +110,7 @@ on a dark background, and don't change the dark labels dark either. */
.pm_recipient .pill-container .pill { .pm_recipient .pill-container .pill {
color: inherit; color: inherit;
border: 1px solid hsla(0, 0%, 0%, 0.50); border: 1px solid hsla(0, 0%, 0%, 0.50);
background: hsla(0, 0%, 0%, 0.25); background-color: hsla(0, 0%, 0%, 0.25);
font-weight: 600; font-weight: 600;
} }
@ -118,7 +118,7 @@ on a dark background, and don't change the dark labels dark either. */
.pm_recipient .pill-container .pill:focus { .pm_recipient .pill-container .pill:focus {
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
border: 1px solid hsla(176, 78%, 28%, 0.6); border: 1px solid hsla(176, 78%, 28%, 0.6);
background: hsla(176, 49%, 42%, 0.4); background-color: hsla(176, 49%, 42%, 0.4);
} }
.new-style .button.no-style { .new-style .button.no-style {
@ -153,7 +153,7 @@ on a dark background, and don't change the dark labels dark either. */
.message-header-contents, .message-header-contents,
.message_header_private_message .message-header-contents, .message_header_private_message .message-header-contents,
#tab_list li.active { #tab_list li.active {
background: hsla(0, 0%, 0%, 0.2); background-color: hsla(0, 0%, 0%, 0.2);
} }
.message-header-contents, .message-header-contents,
@ -359,7 +359,7 @@ on a dark background, and don't change the dark labels dark either. */
} }
.user-mention-me { .user-mention-me {
background: hsla(355, 37%, 31%, 1); background-color: hsla(355, 37%, 31%, 1);
box-shadow: 0px 0px 0px 1px hsla(330, 40%, 20%, 1); box-shadow: 0px 0px 0px 1px hsla(330, 40%, 20%, 1);
} }
@ -381,7 +381,7 @@ on a dark background, and don't change the dark labels dark either. */
.alert.alert-error, .alert.alert-error,
.alert.alert-danger { .alert.alert-danger {
background: hsl(318, 12%, 21%); background-color: hsl(318, 12%, 21%);
color: inherit; color: inherit;
border: 1px solid hsl(0, 75%, 65%); border: 1px solid hsl(0, 75%, 65%);
} }
@ -392,7 +392,7 @@ on a dark background, and don't change the dark labels dark either. */
.alert-box .alert, .alert-box .alert,
.alert.alert-error { .alert.alert-error {
background: hsl(318, 12%, 21%); background-color: hsl(318, 12%, 21%);
color: inherit; color: inherit;
border: 1px solid hsl(0, 75%, 65%); border: 1px solid hsl(0, 75%, 65%);
} }
@ -509,7 +509,7 @@ on a dark background, and don't change the dark labels dark either. */
} }
.ps__rail-y { .ps__rail-y {
background: hsl(212, 28%, 18%); background-color: hsl(212, 28%, 18%);
} }
#bots_lists_navbar .active a { #bots_lists_navbar .active a {

View File

@ -34,7 +34,7 @@
} }
.streams_popover .sp-container { .streams_popover .sp-container {
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
cursor: pointer; cursor: pointer;
border: none; border: none;
} }

View File

@ -478,7 +478,7 @@ html {
color: hsl(0, 0%, 66%); color: hsl(0, 0%, 66%);
border: 1px solid hsl(0, 0%, 86%); border: 1px solid hsl(0, 0%, 86%);
border-radius: 4px; border-radius: 4px;
background: transparent; background-color: transparent;
transition: color 0.3s ease, border 0.3s ease; transition: color 0.3s ease, border 0.3s ease;
} }

View File

@ -704,7 +704,7 @@ input.text-error {
list-style-type: none; list-style-type: none;
width: 200px; width: 200px;
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
padding: 5px 0px; padding: 5px 0px;
border-radius: 4px; border-radius: 4px;
@ -759,7 +759,7 @@ input.text-error {
} }
.portico-header .dropdown ul li:hover a { .portico-header .dropdown ul li:hover a {
background: transparent; background-color: transparent;
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
} }
@ -878,7 +878,7 @@ a.bottom-signup-button {
} }
.table.table-striped { .table.table-striped {
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
} }
@ -1063,7 +1063,7 @@ input#terminal:checked ~ #tab-terminal {
.integration-lozenge-static:hover { .integration-lozenge-static:hover {
box-shadow: none; box-shadow: none;
background: hsl(0, 0%, 93%); background-color: hsl(0, 0%, 93%);
} }
.integration-lozenge .integration-link:hover { .integration-lozenge .integration-link:hover {
@ -1537,7 +1537,7 @@ input.new-organization-button {
.markdown .content { .markdown .content {
padding: 30px; padding: 30px;
max-width: 768px; max-width: 768px;
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
} }
.markdown a { .markdown a {

View File

@ -6,7 +6,7 @@
background-color: hsl(60, 100%, 90%); background-color: hsl(60, 100%, 90%);
} }
.codehilite { .codehilite {
background: hsl(0, 0%, 97%); background-color: hsl(0, 0%, 97%);
} }
.codehilite .c { .codehilite .c {
color: hsl(180, 33%, 37%); color: hsl(180, 33%, 37%);

View File

@ -28,7 +28,7 @@
} }
.emoji-popover-emoji.reacted.reaction:focus { .emoji-popover-emoji.reacted.reaction:focus {
background: hsl(195, 55%, 88%); background-color: hsl(195, 55%, 88%);
outline: none; outline: none;
} }
@ -267,7 +267,7 @@
} }
.emoji-popover-category-tabs .emoji-popover-tab-item.active { .emoji-popover-category-tabs .emoji-popover-tab-item.active {
background: hsla(0, 0%, 100%, 0.2); background-color: hsla(0, 0%, 100%, 0.2);
} }
.typeahead .emoji { .typeahead .emoji {

View File

@ -153,7 +153,7 @@
.group-pms-sidebar-entry .count { .group-pms-sidebar-entry .count {
float: right; float: right;
padding: 0 4px; padding: 0 4px;
background: hsl(105, 2%, 50%); background-color: hsl(105, 2%, 50%);
border-radius: 0px; border-radius: 0px;
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
font-size: 12px; font-size: 12px;

View File

@ -375,7 +375,7 @@ input[type=checkbox] + .inline-block {
} }
#settings_page .icon-button:hover { #settings_page .icon-button:hover {
background: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
border: 1px solid hsl(0, 0%, 61%); border: 1px solid hsl(0, 0%, 61%);
color: hsl(0, 0%, 18%); color: hsl(0, 0%, 18%);
} }
@ -422,7 +422,7 @@ input[type=checkbox] + .inline-block {
} }
#settings_page .icon-button.save-button.saving { #settings_page .icon-button.save-button.saving {
background: hsl(156, 14%, 40%); background-color: hsl(156, 14%, 40%);
border-color: hsl(156, 14%, 40%); border-color: hsl(156, 14%, 40%);
} }
@ -559,7 +559,7 @@ input[type=checkbox].inline-block {
height: auto !important; height: auto !important;
width: auto !important; width: auto !important;
background: transparent; background-color: transparent;
border-radius: 4px; border-radius: 4px;
margin-top: 14px; margin-top: 14px;
margin-left: 10px; margin-left: 10px;
@ -1590,7 +1590,7 @@ input[type=text]#settings_search {
} }
.subsection-failed-status p { .subsection-failed-status p {
background: hsl(0, 43%, 91%); background-color: hsl(0, 43%, 91%);
padding: 2px 6px; padding: 2px 6px;
border-radius: 4px; border-radius: 4px;
margin: 0 0 0 5px; margin: 0 0 0 5px;

View File

@ -158,7 +158,7 @@ hr {
} }
.button:hover { .button:hover {
background: hsl(0, 0%, 84%) !important; background-color: hsl(0, 0%, 84%) !important;
} }
.button[data-user="everyone"] { .button[data-user="everyone"] {

View File

@ -607,12 +607,12 @@ form#add_new_subscription {
.stream-row::-moz-selection, .stream-row::-moz-selection,
.stream-row .icon .hashtag::-moz-selection { .stream-row .icon .hashtag::-moz-selection {
background: transparent; background-color: transparent;
} }
.stream-row::selection, .stream-row::selection,
.stream-row .icon .hashtag::selection { .stream-row .icon .hashtag::selection {
background: transparent; background-color: transparent;
} }
.stream-row .check { .stream-row .check {
@ -771,7 +771,7 @@ form#add_new_subscription {
display: flex !important; display: flex !important;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background: hsla(0, 0%, 100%, 0.9); background-color: hsla(0, 0%, 100%, 0.9);
z-index: 1; z-index: 1;
} }

View File

@ -194,11 +194,11 @@ p.n-margin {
} }
#panels .alert.alert-info { #panels .alert.alert-info {
background: hsl(170, 46%, 54%); background-color: hsl(170, 46%, 54%);
} }
#panels .alert.alert-info.red { #panels .alert.alert-info.red {
background: hsl(0, 46%, 54%); background-color: hsl(0, 46%, 54%);
} }
#panels .alert .close { #panels .alert .close {
@ -880,7 +880,7 @@ td.pointer {
} }
.summary_row_private_message .summary_colorblock { .summary_row_private_message .summary_colorblock {
background: hsl(0, 0%, 0%); background-color: hsl(0, 0%, 0%);
} }
.messages-expand, .messages-expand,
@ -1074,7 +1074,7 @@ td.pointer {
} }
.unread-marker-fill { .unread-marker-fill {
background: hsl(107, 74%, 29%); background-color: hsl(107, 74%, 29%);
width: 3px; width: 3px;
height: 100%; height: 100%;
box-shadow: inset 0px -1px 0px 0px hsl(0, 0%, 100%); box-shadow: inset 0px -1px 0px 0px hsl(0, 0%, 100%);
@ -1709,7 +1709,7 @@ blockquote p {
height: 12px; height: 12px;
min-width: 12px; min-width: 12px;
line-height: 12px; line-height: 12px;
background: hsl(0, 100%, 20%); background-color: hsl(0, 100%, 20%);
top: 4px; top: 4px;
right: 4px; right: 4px;
border: 1px solid hsl(0, 0%, 93%); border: 1px solid hsl(0, 0%, 93%);
@ -1849,7 +1849,7 @@ nav a .no-style {
} }
.modal-bg { .modal-bg {
background: hsl(0, 0%, 98%); background-color: hsl(0, 0%, 98%);
} }
#searchbox { #searchbox {
@ -2070,7 +2070,7 @@ div.floating_recipient {
} }
.message-header-contents { .message-header-contents {
background: hsl(0, 0%, 88%); background-color: hsl(0, 0%, 88%);
} }
.recipient_row.sticky { .recipient_row.sticky {
@ -2252,7 +2252,7 @@ li .message_inline_image img {
padding: 5px 8px 5px 10px; padding: 5px 8px 5px 10px;
font-size: 12px; font-size: 12px;
border-radius: 4px; border-radius: 4px;
background: hsl(0, 0%, 0%); background-color: hsl(0, 0%, 0%);
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
opacity: 0.7; opacity: 0.7;
} }
@ -2723,7 +2723,7 @@ div.topic_edit_spinner .loading_indicator_spinner {
.user-group-mention, .user-group-mention,
.user-mention { .user-mention {
background: hsl(0, 0%, 93%); background-color: hsl(0, 0%, 93%);
border-radius: 3px; border-radius: 3px;
padding: 0 0.2em; padding: 0 0.2em;
box-shadow: 0px 0px 0px 1px hsl(0, 0%, 80%); box-shadow: 0px 0px 0px 1px hsl(0, 0%, 80%);
@ -2741,7 +2741,7 @@ div.topic_edit_spinner .loading_indicator_spinner {
} }
.user-mention-me { .user-mention-me {
background: hsl(112, 88%, 87%); background-color: hsl(112, 88%, 87%);
} }
.alert-word { .alert-word {
@ -2768,7 +2768,7 @@ div.topic_edit_spinner .loading_indicator_spinner {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
background: hsl(0, 0%, 0%); background-color: hsl(0, 0%, 0%);
z-index: 20000; z-index: 20000;
} }

View File

@ -22,7 +22,7 @@
<link id="emoji-spritesheet" href="/static/generated/emoji/{{ emojiset }}-sprite.css" rel="stylesheet" type="text/css"> <link id="emoji-spritesheet" href="/static/generated/emoji/{{ emojiset }}-sprite.css" rel="stylesheet" type="text/css">
<style> <style>
#css-loading { #css-loading {
background: white; background-color: white;
position: fixed; position: fixed;
height: 100%; height: 100%;
width: 100%; width: 100%;