@@ -100,7 +100,7 @@
.btn.btn-white.btn-primary, .btn.btn-white.btn-primary:hover, .btn.btn-white.btn-primary:focus {
color: $white !important;
}
-.btn-white:hover {
+.btn-white:hover,.btn-white:focus,.btn-white.active {
box-shadow: $btn-shadow-hover !important;
@@ -22,7 +22,7 @@
.nav.nav-tabs.nav-left {
- top: 12px;
+ top: 5px;
.nav.nav-tabs.nav-left ~ .tab-content .tab-pane {
@@ -117,7 +117,7 @@ class Tooltip extends Widget
protected function setupScript()
{
- $background = $this->background ?: Admin::color()->blue2();
+ $background = $this->background ?: Admin::color()->primary(-15);
$title = $this->title;
Admin::script(