fix button borders

This commit is contained in:
Felix Niklas 2015-06-25 16:11:38 +02:00
parent a7e001db63
commit 86ca545af2

View file

@ -270,12 +270,11 @@ span[data-tooltip]:hover:before {
padding: 10px 24px 9px; padding: 10px 24px 9px;
color: hsl(202,68%,54%); color: hsl(202,68%,54%);
background: white; background: white;
border-color: rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1);
outline: none !important; outline: none !important;
touch-action: manipulation; touch-action: manipulation;
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;