styles: Remove most vendor-prefixed CSS attributes.

Many of them are now automatically generated by autoprefixer, while
others are unnecessary based on .browserslistrc, and some were just
wrong (the linear-gradient based checkerboard pattern in lightbox has
been broken in Firefox for a while).

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-08-29 18:49:42 -07:00 committed by Tim Abbott
parent 62c9ea7cf9
commit abbd8a7f45
22 changed files with 19 additions and 224 deletions

View File

@ -172,7 +172,6 @@
&[disabled="disabled"] { &[disabled="disabled"] {
cursor: not-allowed; cursor: not-allowed;
-moz-filter: saturate(0);
filter: saturate(0); filter: saturate(0);
background-color: hsl(0, 0%, 93%); background-color: hsl(0, 0%, 93%);
color: hsl(0, 3%, 52%); color: hsl(0, 3%, 52%);
@ -333,8 +332,6 @@
text-shadow: none; text-shadow: none;
outline: none !important; outline: none !important;
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
z-index: 5; z-index: 5;
.user_status_overlay & { .user_status_overlay & {
@ -375,8 +372,6 @@
right: -30%; right: -30%;
width: 50%; width: 50%;
height: 50%; height: 50%;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg); transform: rotate(45deg);
} }
} }

View File

@ -30,7 +30,7 @@
border: 1px solid hsla(0, 0%, 0%, 0.6); border: 1px solid hsla(0, 0%, 0%, 0.6);
border-radius: 4px; border-radius: 4px;
-webkit-filter: brightness(0.80); filter: brightness(0.80);
cursor: pointer; cursor: pointer;
} }

View File

@ -327,13 +327,11 @@ textarea.new_message_textarea,
.compose_table .recipient_box { .compose_table .recipient_box {
border: 1px solid hsla(0, 0%, 0%, 0.2); border: 1px solid hsla(0, 0%, 0%, 0.2);
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none;
transition: border 0.2s ease; transition: border 0.2s ease;
&:focus { &:focus {
border: 1px solid hsl(0, 0%, 67%); border: 1px solid hsl(0, 0%, 67%);
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none;
} }
} }

View File

@ -31,8 +31,6 @@
} }
.bounce { .bounce {
-moz-animation: bounce 0.75s infinite;
-webkit-animation: bounce 0.75s infinite;
animation: bounce 0.75s infinite; animation: bounce 0.75s infinite;
.bounce-icon { .bounce-icon {
@ -49,12 +47,12 @@
@keyframes pulsate { @keyframes pulsate {
0% { 0% {
-webkit-transform: scale(1.0, 1.0); transform: scale(1.0, 1.0);
opacity: 0.8; opacity: 0.8;
} }
100% { 100% {
-webkit-transform: scale(2.2, 2.2); transform: scale(2.2, 2.2);
opacity: 0.0; opacity: 0.0;
} }
} }
@ -62,11 +60,11 @@
@keyframes bounce { @keyframes bounce {
0%, 0%,
100% { 100% {
-webkit-transform: translateY(0px); transform: translateY(0px);
} }
50% { 50% {
-webkit-transform: translateY(4px); transform: translateY(4px);
} }
} }

View File

@ -93,11 +93,6 @@
padding: 0.1em 0.4em; padding: 0.1em 0.4em;
text-shadow: 0 1px 0 hsl(0, 0%, 100%); text-shadow: 0 1px 0 hsl(0, 0%, 100%);
/* Prevent selection */ /* Prevent selection */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; user-select: none;
} }

View File

@ -20,19 +20,12 @@
background-color: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
background-image: background-image:
-moz-linear-gradient(45deg, hsl(0, 0%, 80%) 25%, transparent 25%), linear-gradient(45deg, hsl(0, 0%, 80%) 25%, transparent 25%),
-moz-linear-gradient(-45deg, hsl(0, 0%, 80%) 25%, transparent 25%), linear-gradient(135deg, hsl(0, 0%, 80%) 25%, transparent 25%),
-moz-linear-gradient(45deg, transparent 75%, hsl(0, 0%, 0%) 75%), linear-gradient(45deg, transparent 75%, hsl(0, 0%, 80%) 75%),
-moz-linear-gradient(-45deg, transparent 75%, hsl(0, 0%, 0%) 75%); linear-gradient(135deg, transparent 75%, hsl(0, 0%, 80%) 75%);
background-image:
-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, hsl(0, 0%, 80%)), color-stop(.25, transparent)),
-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, hsl(0, 0%, 80%)), color-stop(.25, transparent)),
-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, hsl(0, 0%, 80%))),
-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, hsl(0, 0%, 80%)));
-moz-background-size: 20px 20px;
background-size: 20px 20px; background-size: 20px 20px;
-webkit-background-size: 20px 20px;
background-position: 0 0, 50px 0, 50px -50px, 0px 50px; background-position: 0 0, 50px 0, 50px -50px, 0px 50px;
} }

View File

@ -71,8 +71,6 @@
.nav .dropdown-menu { .nav .dropdown-menu {
min-width: 180px; min-width: 180px;
-webkit-box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
-moz-box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2); box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
} }

View File

@ -374,7 +374,6 @@ on a dark background, and don't change the dark labels dark either. */
} }
.modal-footer { .modal-footer {
-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 0%, 0.2);
box-shadow: inset 0 1px 0 hsla(0, 0%, 0%, 0.2); box-shadow: inset 0 1px 0 hsla(0, 0%, 0%, 0.2);
} }
@ -420,10 +419,6 @@ on a dark background, and don't change the dark labels dark either. */
.rendered_markdown .user-mention, .rendered_markdown .user-mention,
.rendered_markdown .user-group-mention { .rendered_markdown .user-group-mention {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsla(0, 0%, 0%, 0.1)), color-stop(100%, hsla(0, 0%, 0%, 0.0)));
background: -webkit-linear-gradient(top, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
background: -o-linear-gradient(top, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
background: -ms-linear-gradient(top, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%); background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
box-shadow: 0px 0px 0px 1px hsla(0, 0%, 0%, 0.4); box-shadow: 0px 0px 0px 1px hsla(0, 0%, 0%, 0.4);
} }
@ -597,7 +592,6 @@ on a dark background, and don't change the dark labels dark either. */
} }
.searching-for-more-topics img { .searching-for-more-topics img {
-webkit-filter: invert(100%);
filter: invert(100%); filter: invert(100%);
} }

View File

@ -69,9 +69,7 @@
} }
input { input {
-webkit-box-sizing: initial; box-sizing: inherit; /* IE */
-moz-box-sizing: inherit;
-ms-box-sizing: inherit;
box-sizing: initial; box-sizing: initial;
width: calc(100% - 13px); width: calc(100% - 13px);

View File

@ -54,8 +54,6 @@ tr.admin td:first-child {
padding-left: 15px; padding-left: 15px;
padding-top: 14px; padding-top: 14px;
border-radius: 7px; border-radius: 7px;
-webkit-box-shadow: 0 10px 7px -6px hsl(0, 2%, 45%);
-moz-box-shadow: 0 10px 7px -6px hsl(0, 2%, 45%);
box-shadow: 0 10px 7px -6px hsl(0, 2%, 45%); box-shadow: 0 10px 7px -6px hsl(0, 2%, 45%);
} }

View File

@ -128,7 +128,6 @@
span { span {
background: 0; background: 0;
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none;
font-family: 'Source Sans Pro', Helvetica, Arial; font-family: 'Source Sans Pro', Helvetica, Arial;
font-size: 1.4em; font-size: 1.4em;
line-height: 20px; line-height: 20px;
@ -146,7 +145,6 @@
span { span {
background: 0; background: 0;
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none;
} }
} }
@ -243,8 +241,6 @@
left: -50%; left: -50%;
top: -41px; top: -41px;
z-index: 1; z-index: 1;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
} }

View File

@ -118,9 +118,6 @@ $category-text: hsl(219, 23%, 33%);
.searchbar { .searchbar {
width: -moz-calc(100% - 40px);
width: -webkit-calc(100% - 40px);
width: -o-calc(100% - 40px);
width: calc(100% - 40px); width: calc(100% - 40px);
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -130,8 +127,6 @@ $category-text: hsl(219, 23%, 33%);
position: relative; position: relative;
input { input {
-webkit-box-shadow: 0px 0px 7px 2px hsla(0, 0%, 0%, 0.03);
-moz-box-shadow: 0px 0px 7px 2px hsla(0, 0%, 0%, 0.03);
box-shadow: 0px 0px 7px 2px hsla(0, 0%, 0%, 0.03); box-shadow: 0px 0px 7px 2px hsla(0, 0%, 0%, 0.03);
font-size: 1em; font-size: 1em;
@ -154,9 +149,6 @@ $category-text: hsl(219, 23%, 33%);
} }
@media (max-width: 550px) { @media (max-width: 550px) {
width: -moz-calc(100% - 80px);
width: -webkit-calc(100% - 80px);
width: -o-calc(100% - 80px);
width: calc(100% - 80px); width: calc(100% - 80px);
} }
} }

View File

@ -301,9 +301,6 @@ nav ul {
nav ul .exit { nav ul .exit {
display: none; display: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; user-select: none;
} }
@ -1168,8 +1165,6 @@ nav ul li.active::after {
.portico-landing.hello .screen.hero-screen .main-page { .portico-landing.hello .screen.hero-screen .main-page {
transform: translateY(-12px) translateX(3px); transform: translateY(-12px) translateX(3px);
-webkit-transform: translateY(-12px) translateX(3px);
-moz-transform: translateY(-12px) translateX(3px);
border: 5px solid hsl(0, 0%, 0%); border: 5px solid hsl(0, 0%, 0%);
} }
@ -1834,7 +1829,6 @@ nav ul li.active::after {
margin-top: -50px; margin-top: -50px;
background-color: hsl(177, 52%, 55%); background-color: hsl(177, 52%, 55%);
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%));
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
@ -1908,8 +1902,6 @@ nav ul li.active::after {
} }
.portico-landing.hello .apps .arrow::after { .portico-landing.hello .apps .arrow::after {
-webkit-filter: brightness(4) saturate(0);
-moz-filter: brightness(4) saturate(0);
filter: brightness(4) saturate(0); filter: brightness(4) saturate(0);
} }
@ -2005,8 +1997,6 @@ nav ul li.active::after {
background-image: url(/static/images/landing-page/zulip-octopus.png); background-image: url(/static/images/landing-page/zulip-octopus.png);
background-size: cover; background-size: cover;
-webkit-filter: invert(0.9);
-moz-filter: invert(0.9);
filter: invert(0.9); filter: invert(0.9);
} }
@ -2379,7 +2369,7 @@ nav ul li.active::after {
padding: 30px 0px; padding: 30px 0px;
border-radius: 20px; border-radius: 20px;
-webkit-transform: translateY(50px); transform: translateY(50px);
background-color: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
} }
@ -2390,7 +2380,7 @@ nav ul li.active::after {
padding: 10px 0px 30px 0px; padding: 10px 0px 30px 0px;
border-radius: 20px; border-radius: 20px;
-webkit-transform: translateY(-110px); transform: translateY(-110px);
background: linear-gradient(90deg, hsl(0, 0%, 27%) 0%, hsl(0, 0%, 33%) 8%, hsl(0, 0%, 33%) 92%, hsl(0, 0%, 27%) 100%); background: linear-gradient(90deg, hsl(0, 0%, 27%) 0%, hsl(0, 0%, 33%) 8%, hsl(0, 0%, 33%) 92%, hsl(0, 0%, 27%) 100%);
} }
@ -2595,7 +2585,7 @@ nav ul li.active::after {
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
-webkit-filter: invert(0.3); filter: invert(0.3);
} }
.pricing-model .pricing-container .bottom { .pricing-model .pricing-container .bottom {

View File

@ -64,9 +64,6 @@
h2, h2,
h3 { h3 {
font-weight: 700; font-weight: 700;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; user-select: none;
&:hover { &:hover {

View File

@ -40,8 +40,6 @@ body {
.navbar-inner { .navbar-inner {
border-radius: 0px; border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
} }
.header { .header {
@ -637,7 +635,7 @@ input.text-error {
line-height: 0; line-height: 0;
-webkit-transform: scale(1.8, 1); transform: scale(1.8, 1);
} }
.portico-header .dropdown ul li { .portico-header .dropdown ul li {
@ -1417,7 +1415,7 @@ input.new-organization-button {
} }
.app.help .sidebar.show ~ .markdown { .app.help .sidebar.show ~ .markdown {
-webkit-filter: brightness(0.7); filter: brightness(0.7);
} }
.app-main, .app-main,
@ -1466,10 +1464,6 @@ input.new-organization-button {
.postal-envelope { .postal-envelope {
transform: none; transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
} }
.letter-form { .letter-form {
@ -1658,14 +1652,10 @@ input.new-organization-button {
/* -- button states -- */ /* -- button states -- */
.button-new:hover { .button-new:hover {
-webkit-filter: brightness(1.1);
-moz-filter: brightness(1.1);
filter: brightness(1.1); filter: brightness(1.1);
} }
.button-new:active { .button-new:active {
-webkit-filter: brightness(0.9);
-moz-filter: brightness(0.9);
filter: brightness(0.9); filter: brightness(0.9);
} }

View File

@ -42,9 +42,6 @@ hr {
} }
.rangeslider-container { .rangeslider-container {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; user-select: none;
} }

View File

@ -2,9 +2,6 @@
padding-left: 46px; padding-left: 46px;
overflow: hidden; overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; user-select: none;
.message_reaction { .message_reaction {

View File

@ -119,11 +119,6 @@
margin-right: 2px; margin-right: 2px;
margin-left: 2px; margin-left: 2px;
white-space: nowrap; white-space: nowrap;
background: -moz-linear-gradient(top, hsla(0, 0%, 0%, 0.1) 0%, hsla(0, 0%, 0%, 0.0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsla(0, 0%, 0%, 0.1)), color-stop(100%, hsla(0, 0%, 0%, 0.0)));
background: -webkit-linear-gradient(top, hsla(0, 0%, 0%, 0.1) 0%, hsla(0, 0%, 0%, 0.0) 100%);
background: -o-linear-gradient(top, hsla(0, 0%, 0%, 0.1) 0%, hsla(0, 0%, 0%, 0.0) 100%);
background: -ms-linear-gradient(top, hsla(0, 0%, 0%, 0.1) 0%, hsla(0, 0%, 0%, 0.0) 100%);
background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.1) 0%, hsla(0, 0%, 0%, 0.0) 100%); background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.1) 0%, hsla(0, 0%, 0%, 0.0) 100%);
display: inline-block; display: inline-block;
margin-bottom: 1px; margin-bottom: 1px;

View File

@ -150,10 +150,6 @@ label {
.wrapped-table { .wrapped-table {
word-break: break-word; word-break: break-word;
word-wrap: break-word; word-wrap: break-word;
white-space: -moz-pre-wrap !important;
white-space: -webkit-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap; white-space: pre-wrap;
white-space: normal; white-space: normal;
} }
@ -921,9 +917,6 @@ input[type=checkbox].inline-block {
.bots_list .api_key .api-key-value-and-button { .bots_list .api_key .api-key-value-and-button {
display: block; display: block;
margin-left: 0px; margin-left: 0px;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
@ -1049,9 +1042,6 @@ input[type=checkbox].inline-block {
#alert_words_list .alert_word_listing .value { #alert_words_list .alert_word_listing .value {
display: block; display: block;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
@ -1901,8 +1891,6 @@ input[type=text]#settings_search {
outline: 0; outline: 0;
outline: 1px dotted \9; outline: 1px dotted \9;
-webkit-box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 0 8px hsla(206, 80%, 62%, 0.6);
-moz-box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 0 8px hsla(206, 80%, 62%, 0.6);
box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 0 8px hsla(206, 80%, 62%, 0.6); box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 0 8px hsla(206, 80%, 62%, 0.6);
} }

View File

@ -135,9 +135,6 @@
.stream-email .email-address { .stream-email .email-address {
display: block; display: block;
margin: auto; margin: auto;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;

View File

@ -22,14 +22,7 @@
.user_circle_orange { .user_circle_orange {
border-color: hsl(29, 84%, 51%); border-color: hsl(29, 84%, 51%);
background-color: hsl(29, 84%, 51%); background-color: hsl(29, 84%, 51%);
background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0.0) 50%, hsla(29, 84%, 51%, 1.0) 50%);
background: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0.0) 50%, hsla(29, 84%, 51%, 1.0) 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0.0)), color-stop(50%, hsla(29, 84%, 51%, 1.0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.0) 50%, hsla(29, 84%, 51%, 1.0) 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0.0) 50%, hsla(29, 84%, 51%, 1.0) 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, hsla(0, 0%, 100%, 0.0) 50%, hsla(29, 84%, 51%, 1.0) 50%); /* IE10+ */
background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0.0) 50%, hsla(29, 84%, 51%, 1.0) 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ec7e18', GradientType=0 ); /* IE6-9; filters only work with hex colors */
} }
.user_circle_empty { .user_circle_empty {

View File

@ -448,8 +448,6 @@ strong {
.sp-input { .sp-input {
width: calc(100% - 14px); width: calc(100% - 14px);
box-sizing: initial !important; box-sizing: initial !important;
-webkit-box-sizing: initial !important;
-moz-box-sizing: initial !important;
} }
.logout { .logout {
@ -659,10 +657,6 @@ td.pointer {
.rotating { .rotating {
display: inline-block; display: inline-block;
-webkit-animation: rotate 1s infinite linear;
-moz-animation: rotate 1s infinite linear;
-ms-animation: rotate 1s infinite linear;
-o-animation: rotate 1s infinite linear;
animation: rotate 1s infinite linear; animation: rotate 1s infinite linear;
} }
} }
@ -769,7 +763,7 @@ td.pointer {
border-width: 11px 0 11px 5px; border-width: 11px 0 11px 5px;
border-color: inherit; border-color: inherit;
z-index: 2; z-index: 2;
-moz-transform: scale(.9999); transform: scale(.9999);
} }
.stream_label::before { .stream_label::before {
@ -785,7 +779,7 @@ td.pointer {
border-width: 14px 0 14px 6px; border-width: 14px 0 14px 6px;
border-color: hsla(0, 0%, 0%, 0.0) hsla(0, 0%, 0%, 0.0) hsla(0, 0%, 0%, 0.0) transparent; border-color: hsla(0, 0%, 0%, 0.0) hsla(0, 0%, 0%, 0.0) hsla(0, 0%, 0%, 0.0) transparent;
z-index: 1; z-index: 1;
-moz-transform: scale(.9999); transform: scale(.9999);
} }
.stream_topic { .stream_topic {
@ -870,46 +864,6 @@ td.pointer {
display: none; display: none;
} }
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
@-moz-keyframes rotate {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(359deg);
}
}
@-ms-keyframes rotate {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(359deg);
}
}
@-moz-keyframes rotate {
from {
-o-transform: rotate(0deg);
}
to {
-o-transform: rotate(359deg);
}
}
@keyframes rotate { @keyframes rotate {
from { from {
transform: rotate(0deg); transform: rotate(0deg);
@ -920,26 +874,6 @@ td.pointer {
} }
} }
@-webkit-keyframes fadeInMessage {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeInMessage {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeInMessage { @keyframes fadeInMessage {
0% { 0% {
opacity: 0; opacity: 0;
@ -950,26 +884,6 @@ td.pointer {
} }
} }
@-webkit-keyframes fadeInEditNotice {
0% {
transform: translateX(-10px);
}
100% {
transform: translateX(0px);
}
}
@-moz-keyframes fadeInEditNotice {
0% {
transform: translateX(-10px);
}
100% {
transform: translateX(0px);
}
}
@keyframes fadeInEditNotice { @keyframes fadeInEditNotice {
0% { 0% {
transform: translateX(-10px); transform: translateX(-10px);
@ -1526,7 +1440,7 @@ div.focused_table {
position: absolute; position: absolute;
pointer-events: none; pointer-events: none;
z-index: 1; z-index: 1;
-moz-transform: scale(.9999); transform: scale(.9999);
} }
} }
@ -1603,8 +1517,6 @@ div.focused_table {
right: 0px; right: 0px;
top: 30px; top: 30px;
min-width: 180px; min-width: 180px;
-webkit-box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
-moz-box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2); box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
} }
@ -1670,8 +1582,6 @@ div.focused_table {
padding-left: 0px !important; padding-left: 0px !important;
background-color: inherit; background-color: inherit;
box-shadow: inherit; box-shadow: inherit;
-webkit-box-shadow: inherit;
-moz-box-shadow: inherit;
display: block; display: block;
position: absolute; position: absolute;
right: 0px; right: 0px;
@ -1775,8 +1685,6 @@ nav a .no-style {
color: hsl(0, 0%, 80%); color: hsl(0, 0%, 80%);
font-size: 18px; font-size: 18px;
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
text-shadow: none; text-shadow: none;
z-index: 5; z-index: 5;
float: right; float: right;
@ -1893,8 +1801,6 @@ nav a .no-style {
color: hsl(0, 0%, 80%); color: hsl(0, 0%, 80%);
font-size: 18px; font-size: 18px;
box-shadow: none; box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
text-shadow: none; text-shadow: none;
z-index: 5; z-index: 5;
} }
@ -2057,8 +1963,6 @@ div.floating_recipient {
left: -50%; left: -50%;
top: -43px; top: -43px;
z-index: 1; z-index: 1;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
} }
@ -2076,8 +1980,6 @@ div.floating_recipient {
left: -50%; left: -50%;
top: -43px; top: -43px;
z-index: 1; z-index: 1;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
} }
@ -2427,8 +2329,6 @@ div.topic_edit_spinner .loading_indicator_spinner {
#message_edit_form textarea { #message_edit_form textarea {
width: 100%; width: 100%;
min-width: 206px; min-width: 206px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
@ -2483,10 +2383,6 @@ div.topic_edit_spinner .loading_indicator_spinner {
.no-drag { .no-drag {
user-drag: none; user-drag: none;
user-select: none; user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
} }
.user_popover_email { .user_popover_email {