color success

This commit is contained in:
bechi 2014-07-29 14:42:15 -03:00
commit 5ccac65a9b

View file

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