google-code-export / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Custom star colour not shown when using custom read colour #294

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Having both of these options turned on, the custom star colour will not be 
shown because the custom read colour uses "!important" flag for its colour.

Users can edit the custom star colour. Edit:Main:Rows:Custom starred item 
colour as a work around.

.zA[starred="true"] {
    background-color: _min.rowsS !important; <-- add important here.
}

Original issue reported on code.google.com by tle...@bptrade.com on 4 Feb 2013 at 7:20

GoogleCodeExporter commented 9 years ago
Thanks for reporting and for the CSS fix.

Original comment by anst...@gmail.com on 4 Feb 2013 at 7:22

GoogleCodeExporter commented 9 years ago
It appears the the temp fix I listed above can stop working and I have had to 
toggle off/on (make sure to save) custom read colour for it to work again. I am 
not sure why, but the tr attribute "starred" disappears from the tr tag.
<tr class="zA yO apv" id=":ou" starred="true"> --> <tr class="zA yO apv" 
id=":ou">

If you disable/enable minimalist (I have the icon on my toolbar) I can get it 
to not set the attribute. If I then change pages back and forth, they colour 
fixes itself.

Original comment by tle...@bptrade.com on 6 Feb 2013 at 10:54