color success

This commit is contained in:
bechi 2014-07-29 14:42:15 -03:00
parent 6418f5f8b1
commit 5ccac65a9b
1 changed files with 8 additions and 4 deletions

View File

@ -630,17 +630,21 @@ input[type=number]::-webkit-outer-spin-button {
}
.dr-notification-image.dr-notification-type-success {
color: #B4D455;
color: #1ABC9C;
}
.dr-notification-image.success {
color: #B4D455;
color: #1ABC9C;
}
.success {
color: #1ABC9C;
}
.label.success {
background-color: #1ABC9C;
}
.dr-notification-text {
font-size: 12px;
line-height: 120%;
@ -662,7 +666,7 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
}
.tooltip {
background: #16A085;
background: #1ABC9C;
color: #fff;
font-weight: normal;
font-size: 14px;
@ -670,7 +674,7 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #16A085;
border: 1px solid #1ABC9C;
text-overflow: ellipsis;
overflow-y: hidden;
}