[FIX] web: priority stars on/off design in modals

When opening a task through a modal, like
when opening the task field of an issue while
being in edit mode, the priority stars
had not the same design than in the
regular task form.

opw-633426
This commit is contained in:
Denis Ledoux 2015-04-20 13:23:09 +02:00
parent 9fdf06a0f6
commit 3e29e72f37
2 changed files with 4 additions and 4 deletions

View File

@ -492,17 +492,17 @@
.openerp .oe_button.oe_link span:hover {
text-decoration: underline;
}
.openerp .oe_webclient .oe_star_on, .openerp .oe_webclient .oe_star_off {
.openerp .oe_webclient .oe_star_on, .openerp .oe_webclient .oe_star_off, .openerp .modal-body .oe_star_on, .openerp .modal-body .oe_star_off {
color: #cccccc;
text-shadow: 0 0 2px black;
vertical-align: top;
position: relative;
top: -8px;
}
.openerp .oe_webclient .oe_star_on:hover, .openerp .oe_webclient .oe_star_off:hover {
.openerp .oe_webclient .oe_star_on:hover, .openerp .oe_webclient .oe_star_off:hover, .openerp .modal-body .oe_star_on:hover, .openerp .modal-body .oe_star_off:hover {
text-decoration: none;
}
.openerp .oe_webclient .oe_star_on {
.openerp .oe_webclient .oe_star_on, .openerp .modal-body .oe_star_on {
color: gold;
}
.openerp p.oe_grey {

View File

@ -460,7 +460,7 @@ $sheet-padding: 16px
font-weight: bold
&:hover
text-decoration: underline
.oe_webclient
.oe_webclient, .modal-body
.oe_star_on, .oe_star_off
color: #cccccc
text-shadow: 0 0 2px black