0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Adjust BS default styles

This commit is contained in:
John O'Nolan 2014-08-04 19:24:41 +03:00
parent df3b3e753e
commit 0a403dfd8b
2 changed files with 3 additions and 3 deletions

View file

@ -22,6 +22,6 @@
// Default
outline: thin dotted;
// WebKit
outline: 5px auto -webkit-focus-ring-color;
outline: 0px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

View file

@ -40,7 +40,7 @@
&.active {
outline: 0;
background-image: none;
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 2px 2px rgba(0,0,0,.125);
}
&.disabled,
@ -96,7 +96,7 @@
}
.btn-default {
@include button-style($darkgrey, #fff, lighten($midgrey, 10%));
@include button-style($darkgrey, #fff, lighten($midgrey, 30%));
}
.btn-primary {
@include button-style(#fff, $blue, darken($blue, 5%));