Skip to content

Commit

Permalink
XWIKI-14466: Unreadable content menu for some Color Themes
Browse files Browse the repository at this point in the history
  • Loading branch information
evalica committed Jun 27, 2017
1 parent c325dd8 commit 782de28
Showing 1 changed file with 10 additions and 5 deletions.
Expand Up @@ -248,14 +248,19 @@
}
}

// Used a mix of LESS variables in order to assure the content buttons
// have a styling more similar to breadcrumbs than buttons, while looking
// decent across the bundled color themes
.btn-default {
box-shadow: none;
background-image: none;
background-color: @breadcrumb-bg;
border: 1px solid @btn-default-bg;
background-image: none;
border-color: @dropdown-divider-bg;
box-shadow: none;
color: @dropdown-link-color;
text-shadow: none;
}

.btn-default:hover, .btn-default:active, .open .dropdown-toggle {
border-color: darken(@btn-default-bg, 10%);
.btn-default:hover, .btn-default:active, .open .dropdown-toggle {
border-color: darken(@dropdown-divider-bg, 10%);
}
}

0 comments on commit 782de28

Please sign in to comment.