Author: abelevich
Date: 2011-02-10 09:25:16 -0500 (Thu, 10 Feb 2011)
New Revision: 21604
Removed:
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/combo_down_button.gif
Modified:
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/select.ecss
Log:
RF-10455 Select: several problems with images
Deleted:
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/combo_down_button.gif
===================================================================
(Binary files differ)
Modified:
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/select.ecss
===================================================================
---
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/select.ecss 2011-02-10
14:02:04 UTC (rev 21603)
+++
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/select.ecss 2011-02-10
14:25:16 UTC (rev 21604)
@@ -48,7 +48,7 @@
.rf-sel-btn-arrow{
background-position: center;
background-repeat: no-repeat;
- background-image:
"url(#{resource['org.richfaces:combo_down_button.gif']})";
+ background-image:
"url(#{resource['org.richfaces.images:comboDownButton.png']})";
cursor: pointer;
width: 15px;
height: 16px;
@@ -61,7 +61,7 @@
.rf-sel-btn-dis .rf-sel-btn-arrow {
cursor: default;
- background-image:
"url(#{resource['org.richfaces:combo_down_button_dis.gif']})";
+ background-image:
"url(#{resource['org.richfaces.images:comboDisabledDownButton.png']})";
}
.rf-sel-lst-cord{
Show replies by date