Skip to content

Commit

Permalink
MDL-42012 TinyMCE: Remove black background on foreground color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols authored and Sam Hemelryk committed Nov 1, 2013
1 parent 6ce5fd3 commit 6492c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
.moodleSkin span.mce_backward {background:url(img/backward.png) center center no-repeat;}
.moodleSkin span.mce_forward {background:url(img/forward.png) center center no-repeat;}

.moodleSkin span.mce_forecolorpicker {background: #300 url(img/text_color.png) center center no-repeat;}
.moodleSkin span.mce_forecolorpicker {background:url(img/text_color.png) center center no-repeat;}
.moodleSkin span.mce_backcolorpicker {background:url(img/text_highlight.png) center center no-repeat;}
.moodleSkin .mce_forecolor span.mceAction {background:url(img/text_color.png) center center no-repeat;}
.moodleSkin .mce_backcolor span.mceAction {background:url(img/text_highlight.png) center center no-repeat;}
Expand Down

0 comments on commit 6492c72

Please sign in to comment.