Skip to content

Commit 6a3a92e

Browse files
authored
Removed text-shadow from disabled dropdowns in Admin (#3583)
1 parent 758b01c commit 6a3a92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skin/adminhtml/default/default/boxes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ select.multiselect option { padding:3px 4px; border-bottom:1px solid #ddd;
355355
.field-100 input.input-text { float:left; width:100% !important; border:0 !important; padding:0 !important; }
356356
@media screen and (-webkit-min-device-pixel-ratio:0) {
357357
select option:disabled,
358-
select:disabled option { color:#c9c9c9!important;color:#cacaca!important; text-shadow:2px 2px 2px #000; }
358+
select:disabled option { color:#cacaca!important; }
359359
}
360360

361361
/* Form List */ /* Table for default form data */

0 commit comments

Comments
 (0)