Removed several shadows and fixed missing icons in Safari 9.1

This commit is contained in:
Tobias Reich 2016-03-24 17:30:11 +01:00
parent 0037af59fd
commit 6e46f72526
6 changed files with 1 additions and 13 deletions

BIN
dist/main.css vendored

Binary file not shown.

View File

@ -12,7 +12,6 @@
&__item { &__item {
margin-bottom: 2px; margin-bottom: 2px;
font-size: 14px; font-size: 14px;
text-shadow: $shadowLight;
&--separator { &--separator {
margin: 4px 0; margin: 4px 0;

View File

@ -146,7 +146,6 @@
margin: 0 5px 0 0; margin: 0 5px 0 0;
width: 8px; width: 8px;
height: 8px; height: 8px;
filter: drop-shadow(0 1px 3px black(.4));
} }
.album img[data-overlay='false'] + .overlay h1, .album img[data-overlay='false'] + .overlay h1,
@ -185,7 +184,6 @@
fill: #fff; fill: #fff;
width: 16px; width: 16px;
height: 16px; height: 16px;
filter: drop-shadow($shadowLight);
} }
} }
@ -225,7 +223,6 @@
left: 50%; left: 50%;
padding-top: 20px; padding-top: 20px;
color: white(.35); color: white(.35);
text-shadow: 0 -1px 0 black(.4);
text-align: center; text-align: center;
transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);
@ -234,7 +231,6 @@
margin: 0 0 10px; margin: 0 0 10px;
width: 50px; width: 50px;
height: 50px; height: 50px;
filter: drop-shadow(0 -1px 0 black(.4));
} }
p { p {

View File

@ -105,7 +105,6 @@
.iconic { .iconic {
fill: white(.8); fill: white(.8);
filter: drop-shadow(0 1px 0 black(.4));
} }
} }

View File

@ -26,7 +26,6 @@
color: white(.9); color: white(.9);
font-size: 14px; font-size: 14px;
text-align: left; text-align: left;
text-shadow: $shadow;
line-height: 20px; line-height: 20px;
b { b {
@ -56,7 +55,6 @@
padding: 13px 0 15px; padding: 13px 0 15px;
background: black(.02); background: black(.02);
color: white(.5); color: white(.5);
text-shadow: $shadow;
border-top: 1px solid black(.2); border-top: 1px solid black(.2);
box-shadow: inset 0 1px 0 white(.02); box-shadow: inset 0 1px 0 white(.02);
cursor: default; cursor: default;
@ -85,7 +83,6 @@
width: 100%; width: 100%;
background-color: transparent; background-color: transparent;
color: #fff; color: #fff;
text-shadow: $shadow;
border: none; border: none;
// Do not use rgba() for border-bottom // Do not use rgba() for border-bottom
// to avoid a blurry line in Safari on non-retina screens // to avoid a blurry line in Safari on non-retina screens
@ -116,7 +113,6 @@
color: white(1); color: white(1);
font-size: 14px; font-size: 14px;
font-weight: 700; font-weight: 700;
text-shadow: $shadow;
} }
label input { label input {
@ -258,7 +254,6 @@
color: #fff; color: #fff;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
text-shadow: $shadow;
text-align: center; text-align: center;
} }

View File

@ -12,8 +12,7 @@
} }
// Properties -------------------------------------------------------------- // // Properties -------------------------------------------------------------- //
$shadowLight : 0 -1px 0 black(.1); $shadow: 0 -1px 0 black(.2);
$shadow : 0 -1px 0 black(.2);
// Colors ------------------------------------------------------------------ // // Colors ------------------------------------------------------------------ //
$colorBlue : #2293EC; $colorBlue : #2293EC;