mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix small issues
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
.inset-panel {
|
||||
position: relative;
|
||||
background-color: @inset-panel-background-color;
|
||||
border-radius: @component-border-radius;
|
||||
|
||||
border: 1px solid @inset-panel-border-color;
|
||||
box-shadow:
|
||||
@@ -72,7 +73,8 @@
|
||||
.btn {
|
||||
padding: 1px 5px;
|
||||
font-size: 10px;
|
||||
position: relative; top: -1px;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
|
||||
@bg: lighten(@button-background-color, 10%);
|
||||
@hover: lighten(@button-background-color-hover, 10%);
|
||||
|
||||
Reference in New Issue
Block a user