Skip to content
Snippets Groups Projects
Unverified Commit 468d6660 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3200631 by mherchel, Gauravmahlawat: Olivero: jQuery UI dialog's select...

Issue #3200631 by mherchel, Gauravmahlawat: Olivero: jQuery UI dialog's select elements do not contain dropdown chevron in Safari
parent 160947c5
Branches
Tags
Loading
......@@ -11,9 +11,9 @@
*/
select.cke_dialog_ui_input_select {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto
-webkit-appearance: menulist;
-moz-appearance: menulist;
appearance: menulist
}
select.cke_dialog_ui_input_select::-ms-expand {
......
......@@ -4,7 +4,7 @@
*/
select.cke_dialog_ui_input_select {
appearance: auto;
appearance: menulist;
&::-ms-expand {
display: block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment