File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ is its visual representation:
211
211
/* The title of the entire panel which is visible on top of the list. */
212
212
.cke_panel_grouptitle
213
213
{
214
+ cursor : default;
214
215
font-size : 11px ;
215
216
font-weight : bold;
216
217
white-space : nowrap;
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ The visual representation of a rich combo widget looks as follows:
62
62
/* The container for combo text and arrow. */
63
63
.cke_combo_button
64
64
{
65
+ cursor : default;
65
66
display : inline-block;
66
67
float : left;
67
68
margin : 0 6px 5px 0 ;
@@ -203,6 +204,7 @@ The visual representation of a rich combo widget looks as follows:
203
204
/* The arrow which is displayed inside of the .cke_combo_open handler. */
204
205
.cke_combo_arrow
205
206
{
207
+ cursor : default;
206
208
margin : 11px 0 0 ;
207
209
float : left;
208
210
You can’t perform that action at this time.
0 commit comments