summaryrefslogtreecommitdiff
path: root/cyborg/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'cyborg/variables.less')
-rw-r--r--cyborg/variables.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/cyborg/variables.less b/cyborg/variables.less
index 5180c572..fccb10dc 100644
--- a/cyborg/variables.less
+++ b/cyborg/variables.less
@@ -236,7 +236,7 @@
//** Hover color for dropdown links.
@dropdown-link-hover-color: #fff;
//** Hover background for dropdown links.
-@dropdown-link-hover-bg: @dropdown-link-active-bg;
+@dropdown-link-hover-bg: @component-active-bg;
//** Active dropdown menu item text color.
@dropdown-link-active-color: #fff;
@@ -244,10 +244,10 @@
@dropdown-link-active-bg: @component-active-bg;
//** Disabled dropdown menu item background color.
-@dropdown-link-disabled-color: @text-muted;
+@dropdown-link-disabled-color: @gray-light;
//** Text color for headers within dropdown menus.
-@dropdown-header-color: @text-muted;
+@dropdown-header-color: @gray-light;
//** Deprecated `@dropdown-caret-color` as of v3.1.0
@dropdown-caret-color: #000;
@@ -699,11 +699,11 @@
//** Border color for elements within panels
@panel-inner-border: @gray-dark;
-@panel-footer-bg: @panel-default-heading-bg;
+@panel-footer-bg: lighten(@gray-darker, 10%);
@panel-default-text: @text-color;
@panel-default-border: @panel-inner-border;
-@panel-default-heading-bg: lighten(@gray-darker, 10%);
+@panel-default-heading-bg: @panel-footer-bg;
@panel-primary-text: #fff;
@panel-primary-border: @brand-primary;