Tooltip background color take back

This commit is contained in:
cuneytsenturk 2017-12-27 11:50:07 +03:00
parent 04ec2af3c8
commit 8ab6972363

7
public/css/app.css vendored
View File

@ -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;
}