mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
tweak select list colors so global mini editor styles hold up
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
.editor.mini {
|
||||
height: auto;
|
||||
line-height: 20px;
|
||||
line-height: 25px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-bottom: 1px solid rgba(180, 180, 180, 0.2);
|
||||
border-right: 1px solid rgba(180, 180, 180, 0.2);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.select-list {
|
||||
background-color: #484848;
|
||||
border: 1px solid #444;
|
||||
background-color: #303030;
|
||||
border: 1px solid #404040;
|
||||
color: #d2d2d2;
|
||||
box-shadow: 0 0 10px #000;
|
||||
border-bottom-left-radius: 3px;
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
.select-list ol li {
|
||||
background-color: #292929;
|
||||
border-bottom: 1px solid #212121;
|
||||
border-bottom: 1px solid #1e1e1e;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user