Skip to content
Snippets Groups Projects
Commit 91fc0424 authored by mcm-odoo's avatar mcm-odoo Committed by Thibault Delavallée
Browse files

[FIX] website_{portal, rating, slides): fix navigation tabs color

Text colors were white on a white background which can be difficult to read
in some extreme cases. Sort of.

Task 2026846
parent fa927315
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ $owprofile-color-bg: mix($body-bg, #efeff4);
}
&.active {
color: $headings-color;
color: color-yiq($owprofile-color-bg);
background: $owprofile-color-bg;
border-color: $owprofile-color-bg;
}
......@@ -213,4 +213,4 @@ $owprofile-color-bg: mix($body-bg, #efeff4);
// Tools
.o_wprofile_pointer {
cursor: pointer;
}
\ No newline at end of file
}
......@@ -80,3 +80,7 @@ $o-w-rating-star-color: #FACC2E;
margin-right: 10px;
}
}
.o_rating_popup_composer_label {
color: color-yiq(white);
}
......@@ -70,7 +70,7 @@
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="ratingpopupcomposerlabel">
<h5 class="modal-title o_rating_popup_composer_label" id="ratingpopupcomposerlabel">
<t t-if="widget.options['default_message_id']">
Modify your review
</t>
......
......@@ -162,7 +162,7 @@ $o-wslides-fs-side-width: 300px;
}
&.active {
color: $headings-color;
color: color-yiq($tab-active-color);
background: $tab-active-color;
border-color: $tab-active-color;
}
......
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