Add reload button to specs window

This commit is contained in:
Kevin Sawicki
2014-12-05 15:03:06 -08:00
parent 736b6f37e4
commit aa292874ec
2 changed files with 15 additions and 1 deletions

View File

@@ -19,6 +19,17 @@ body {
list-style: none;
}
.reload-button {
color: #333;
background-color: #fff;
border: 1px solid #ccc;
&:hover {
background-color: #ddd;
color: #222;
}
}
.symbol-header {
font-size: 18px;
font-weight: bold;