diff options
Diffstat (limited to 'cerulean/variables.less')
-rw-r--r-- | cerulean/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cerulean/variables.less b/cerulean/variables.less index 8828db60..a0806ec7 100644 --- a/cerulean/variables.less +++ b/cerulean/variables.less @@ -212,7 +212,7 @@ //** Dropdown menu `border-color` **for IE8**. @dropdown-fallback-border: #ccc; //** Divider color for between dropdown items. -@dropdown-divider-bg: rgba(0,0,0,.15); +@dropdown-divider-bg: #e5e5e5; //** Dropdown link text color. @dropdown-link-color: @gray-dark; |