[Lazarus] Website/Mantis back online (colors)

Martin Frb lazarus at mfriebe.de
Tue Apr 23 00:23:44 CEST 2019


On 23/04/2019 00:09, Martin Frb via lazarus wrote:
> On 23/04/2019 00:02, Martin Frb via lazarus wrote:
>>
>> Better colors, but trouble to see the normal prior indicator on some 
>> of them.
>>
>> If interested, the below should fix that:
>>
>> .my-buglist-id .fa-lg {
>>   text-shadow: 0px 0px 1px #444;
>> }
>> .my-buglist-id .fa-paperclip {
>>   text-shadow: 0px 0px 0px #000;
>> }
>>
>
and  for prior symbols on the search results

.column-priority .fa-lg {
   text-shadow: 0px 0px 1px #444;
}


> And maybe also
> grey the fixed field in the view issue page / though interrupts the 
> color for state:
>
> th.category, td.category {
>     background-color: #e8e8e8 !important;
> }
>
>



More information about the lazarus mailing list