mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
#18013503 기본 위젯스타일에서 제목색상을 지정하지 않으면 transparent로 되는데 Firefox등 특정 브라우저에서 text color의 transparent값이 적용되어 제목이 보이지 않는 문제가 발생.
제목색상이 transparent가 아닌 값으로 지정되었을때에만 제목 색상을 적용하도록 하여 문제 해결 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6330 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e14f832aec
commit
de9bf0db9a
10 changed files with 19 additions and 19 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
<!--@if($widgetstyle_extar_var->ws_title_image || $widgetstyle_extar_var->ws_title)-->
|
||||
<h3 class="widgetBoxHeader" <!--@if($widgetstyle_extar_var->ws_title_color)-->style="color:{$widgetstyle_extar_var->ws_title_color};"<!--@end-->>
|
||||
<h3 class="widgetBoxHeader" <!--@if($widgetstyle_extar_var->ws_title_color&&$widgetstyle_extar_var->ws_title_color!='transparent')-->style="color:{$widgetstyle_extar_var->ws_title_color};"<!--@end-->>
|
||||
<!--@if($widgetstyle_extar_var->ws_title_icon)-->
|
||||
<img src="{$widgetstyle_extar_var->ws_title_icon}" />
|
||||
<!--@end-->
|
||||
|
|
@ -47,4 +47,4 @@
|
|||
<span class="rc br"></span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue