mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Tweak border for TreeView dialogs
This commit is contained in:
@@ -92,9 +92,10 @@
|
||||
.tree-view-dialog {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #333;
|
||||
border: 2px solid #222;
|
||||
border-top: 1px solid #555;
|
||||
-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .5);
|
||||
z-index: 99;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user