Safari fix (fixes #96), YouTube tweaks, docs

This commit is contained in:
Sam Potts
2015-07-25 19:51:32 +10:00
parent df64fdac9e
commit e9cdbfb8da
18 changed files with 338 additions and 61 deletions

View File

@ -101,7 +101,8 @@ nav {
}
}
.btn-primary {
background: linear-gradient(@link-color, darken(@link-color, 3%));
background-image: linear-gradient(@link-color, darken(@link-color, 3%));
background-color: @link-color;
border-color: darken(@link-color, 10%);
box-shadow: 0 1px 1px rgba(0,0,0, .15);
text-shadow: 0 1px 1px rgba(0,0,0, .1);