action buttons are now filled, toggles and less important buttons are not.

This commit is contained in:
Saman Bemel-Benrud
2012-12-07 18:28:09 -05:00
parent 0c5ae75242
commit fbc9428d6b
6 changed files with 87 additions and 48 deletions
+23 -8
View File
@@ -91,14 +91,13 @@ button {
display: inline-block;
height:40px;
}
.fillD button { border: 1px solid black; }
button:hover {
background-color: #ececec;
}
button.active:not([disabled]) {
background:#7392ff;
background:#aaa;
color:#fff;
}
@@ -142,17 +141,29 @@ button.Browse {
}
button[disabled] {
color:#eee;
color:#ccc;
cursor:auto;
}
button.save {
display:inline-block;
color:#6dc643;
button.action {
background: #7092ff;
}
button.action:hover {
background: #6282ee;
}
button.delete {
color:#ff7070;
background: #ff7070;
}
button.delete:hover {
background: #ef5454;
}
button.save {
background:#6bc641;
}
button.save:hover {
background: #59ac33;
}
button.close {
@@ -186,6 +197,11 @@ button .label {
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
button.action .label {
color: white;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
/* Icons */
.icon {
@@ -263,7 +279,6 @@ button.Browse .label {
/* Inspector */
.inspector-wrap {
border:1px solid #ccc;
position:absolute;
right: 0;
left: 530px;