Skip to content

Commit

Permalink
MDL-40770 TinyMCE - Restoring border to colour selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr authored and Sam Hemelryk committed Oct 3, 2013
1 parent 18a5613 commit dc48715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
.moodleSkin .mceSplitButtonActive {background-position:0 -44px}

/* ColorSplitButton */
.moodleSkin div.mceColorSplitMenu table {background:#FFF;}
.moodleSkin div.mceColorSplitMenu table {background:#FFF; border: 1px solid #808080;}
.moodleSkin .mceColorSplitMenu td {padding:2px}
.moodleSkin .mceColorSplitMenu a {display:block; width:18px; height:18px; overflow:hidden; border:1px solid #808080}
.moodleSkin .mceColorSplitMenu td.mceMoreColors {padding:1px 3px 1px 1px}
Expand Down

0 comments on commit dc48715

Please sign in to comment.