mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add reload button to specs window
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user