From 5ccac65a9bab13e52e8538d8ed3e255a40d19b39 Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 29 Jul 2014 14:42:15 -0300 Subject: [PATCH] color success --- css/main.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 8e2fc4089..db5ec2d6f 100644 --- a/css/main.css +++ b/css/main.css @@ -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; }