styles: replace secondary btn border with a box-shadow for alignment

This commit is contained in:
codl 2017-09-17 14:26:53 +02:00
parent 8a60b85586
commit fbecb2f9fc
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ button {
.btn.secondary {
background-color: rgba(255,255,255,0.5);
border: 1px solid rgba(0,0,0,0.3);
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3);
color: inherit;
}