Author: Ochikvina
Date: 2011-02-03 08:43:02 -0500 (Thu, 03 Feb 2011)
New Revision: 21417
Modified:
management/design-4x/dropDownMenu-new/dropDownMenu_new.html
Log:
RF-10424 - added disabled state.
Modified: management/design-4x/dropDownMenu-new/dropDownMenu_new.html
===================================================================
--- management/design-4x/dropDownMenu-new/dropDownMenu_new.html 2011-02-03 13:38:41 UTC
(rev 21416)
+++ management/design-4x/dropDownMenu-new/dropDownMenu_new.html 2011-02-03 13:43:02 UTC
(rev 21417)
@@ -22,27 +22,31 @@
}
/*--- RF DropDownMenu styles ---*/
- .rf-ddm-lbl, .rf-ddm-lbl-dis {
+ .rf-ddm{
font-family:Arial, Verdana, sans-serif;
font-size:11px;
position:relative;
}
- .rf-ddm-lbl-unsel {
+ .rf-ddm-unsel {
border:0 solid transparent;
padding:3px 6px;
}
- .rf-ddm-lbl, .rf-ddm-lbl-dis {
+ .rf-ddm{
height:auto;
padding:2px 5px;
white-space:nowrap;
width:auto;
}
+ .rf-ddm-dis{
+ color:#8DB7F3; /*tabDisabledTextColor*/
+ cursor:default;
+ }
.rf-ddm-pos{
top:20px;
left:0;
position:absolute;
}
- .rf-ddm-lbl-dec {
+ .rf-ddm-lbl {
font-weight:bold;
}
.rf-ddm-lst {
@@ -81,7 +85,7 @@
.rf-ddm-itm-dis {
border : 1px solid transparent;
cursor : default;
- color : #839eca; /*tabDisabledTextColor*/
+ color : #8DB7F3; /*tabDisabledTextColor*/
}
.rf-ddm-itm-ic {
display:inline-block;
@@ -125,8 +129,8 @@
<body>
<h1>DropDownMenu</h1>
- <div class="rf-ddm-lbl rf-ddm-lbl-unsel">
- <div class="rf-ddm-lbl-dec">
+ <div class="rf-ddm rf-ddm-unsel">
+ <div class="rf-ddm-lbl">
<img width="16" height="16" class="icon"
src="images/copy.gif" alt="Menu icon"/> File
</div>
<div class="rf-ddm-pos">
@@ -219,5 +223,12 @@
</div>
</div>
</div>
+
+ <h1 style="margin-top:200px;">DropDownMenu disabled</h1>
+ <div class="rf-ddm rf-ddm-dis">
+ <div class="rf-ddm-lbl">
+ <img width="16" height="16" class="icon"
src="images/copy.gif" alt="Menu icon"/> File
+ </div>
+ </div>
</body>
</html>
Show replies by date