mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
add message and directional styles
directional styles are needed to determine where borders are drawn.
This commit is contained in:
@@ -14,7 +14,18 @@
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.overlay .message {
|
||||
padding-top: 5px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.overlay.mini {
|
||||
width: 200px;
|
||||
margin-left: -100px;
|
||||
}
|
||||
|
||||
.overlay.from-top {
|
||||
border-top: none;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user