Skip to content

Commit 7b99019

Browse files
Get rid of pointer cursor over some richcombo areas.
1 parent 954f689 commit 7b99019

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

skins/moono/panel.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ is its visual representation:
211211
/* The title of the entire panel which is visible on top of the list. */
212212
.cke_panel_grouptitle
213213
{
214+
cursor: default;
214215
font-size: 11px;
215216
font-weight: bold;
216217
white-space: nowrap;

skins/moono/richcombo.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The visual representation of a rich combo widget looks as follows:
6262
/* The container for combo text and arrow. */
6363
.cke_combo_button
6464
{
65+
cursor: default;
6566
display: inline-block;
6667
float: left;
6768
margin: 0 6px 5px 0;
@@ -203,6 +204,7 @@ The visual representation of a rich combo widget looks as follows:
203204
/* The arrow which is displayed inside of the .cke_combo_open handler. */
204205
.cke_combo_arrow
205206
{
207+
cursor: default;
206208
margin: 11px 0 0;
207209
float: left;
208210

0 commit comments

Comments
 (0)