pray the gray away

This commit is contained in:
Justin Palmer 2013-02-06 16:19:02 -08:00
parent 5ad38c9bc6
commit cb4abb201a
3 changed files with 6 additions and 5 deletions

View File

@ -3,12 +3,12 @@
left: 50%;
width: 500px;
margin-left: -250px;
background: #303030;
background: #202123;
color: #eee;
padding: 10px;
z-index: 9999;
box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
border-radius: 3px;
}
@ -37,6 +37,7 @@
.overlay.from-bottom {
bottom: 0;
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

View File

@ -1,7 +1,7 @@
.editor.mini {
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);
border-bottom: 1px solid rgba(180, 180, 180, 0.1);
border-right: 1px solid rgba(180, 180, 180, 0.1);
}
.editor .gutter.drop-shadow {

View File

@ -1,5 +1,5 @@
.select-list ol li {
background-color: #292929;
background-color: #27292b;
border-bottom: 1px solid #1e1e1e;
}