tweak select list colors so global mini editor styles hold up

This commit is contained in:
Justin Palmer
2013-01-29 10:30:07 -08:00
parent 707f6b5dfd
commit 4c8972e2e1
2 changed files with 4 additions and 4 deletions

View File

@@ -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);

View File

@@ -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;
}