From 8ab697236303ff4f67ee2433291dc3ea50098b07 Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Wed, 27 Dec 2017 11:50:07 +0300 Subject: [PATCH] Tooltip background color take back --- public/css/app.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index bf6ae27d2..38eb41b21 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -503,6 +503,7 @@ ul.add-new.nav.navbar-nav.pull-left { opacity: 0.4; } +/* .tooltip > .tooltip-inner { background-color: #6da252; } @@ -510,7 +511,7 @@ ul.add-new.nav.navbar-nav.pull-left { .tooltip.right .tooltip-arrow { border-right-color: #6da252 !important; } -/* + .content-wrapper { overflow: inherit; } @@ -521,7 +522,9 @@ ul.add-new.nav.navbar-nav.pull-left { position: fixed; right: 0; z-index: 999; -}*/ +} +*/ + .progress-bar-green, .progress-bar-success { background-color: #6da252; }