phpldapadmin/application/media/js/dojo-release-1.7.2/dojox/mobile/themes/blackberry/ComboBox-compat.css
2013-03-19 15:55:33 +11:00

18 lines
326 B
CSS

.dijitPopup {
-moz-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-moz-border-radius: 12px;
-o-border-radius: 12px;
-ms-border-radius: 12px;
border-radius: 12px;
}
.mblComboBoxMenu {
-moz-border-radius: 12px;
-o-border-radius: 12px;
-ms-border-radius: 12px;
border-radius: 12px;
}