Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 28651ac3 authored by Julie Thezenas's avatar Julie Thezenas Committed by Christophe Chaudier
Browse files

fix : category text button must be readable

parent edbe81a4
No related branches found
No related tags found
1 merge request!13Resolve "fix: readability on text button"
......@@ -247,9 +247,11 @@ a {
}
.list-controls .combo-box .combo-box-header {
border: none;
border: 1px solid $primary-medium;
color: $primary;
box-shadow: 1px 1px 5px 1px rgba(67,66,66, .2);
@include border-radius;
background-color: $header_background;
background-color: $header_primary;
}
.menu-panel .panel-body-bottom .btn {
......@@ -366,7 +368,7 @@ a:hover {
.admin-controls, .email-template, .admin-container {
.nav-pills>li a.active {
background: var(--tertiary);
background: var(--primary-medium);
color: var(--secondary);
}
.btn-primary {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment