Skip to content

Commit

Permalink
docs: sync button style
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed May 26, 2015
1 parent 116a53e commit cb94463
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,20 +303,14 @@ ul {
color: #444;
border-radius: 8px;
border: 0;
border-right: 2px solid #A0C2F4;
border-bottom: 2px solid #A0C2F4;
padding: 11px 10px;
font-size: .8em;
transition: border-color 1s, border-width .1s;
transition: all 0.3s ease;
}

.page-header.fixed .v-btn:hover {
opacity: 1;
border-color: #aaa;
}

.page-header.fixed .v-btn:active {
border-width: 1px;
background-color: #f6f6f6;
}

/*
Expand Down

0 comments on commit cb94463

Please sign in to comment.