Skip to content
Snippets Groups Projects
Commit cb2d053d authored by srosse's avatar srosse
Browse files

OO-4231: fix background of special link rendered tabs

parent aea202c1
No related branches found
No related tags found
No related merge requests found
...@@ -531,15 +531,16 @@ div.o_assessment_mode_row { ...@@ -531,15 +531,16 @@ div.o_assessment_mode_row {
border: none; border: none;
border-radius: 0; border-radius: 0;
box-shadow: none; box-shadow: none;
background: none;
} }
.btn-primary { .btn-primary {
color: #000; color: #000;
font-size: ceil(($font-size-base * 1.7)); font-size: ceil(($font-size-base * 1.7));
background-color: transparent; background: none;
} }
.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus { .btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus {
color: $o-content-link-color; color: $o-content-link-color;
background-color: transparent; background: none;
} }
.o_segment_separator { .o_segment_separator {
color: #000; color: #000;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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