Skip to content

Commit

Permalink
Merge branch 't/9772'
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Feb 7, 2013
2 parents 4ca27cb + b0b15d8 commit 9284c37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
5 changes: 2 additions & 3 deletions skins/kama/dialog.css
Expand Up @@ -459,9 +459,8 @@ a.cke_dialog_ui_button
display: inline-block;
}

/* The inner part of the button. */
a.cke_dialog_ui_button_ok span,
a.cke_dialog_ui_button_cancel span
/* The inner part of the button (dialog footer buttons only). */
.cke_dialog_footer_buttons a.cke_dialog_ui_button span
{
width: 60px;
padding: 5px 20px 5px;
Expand Down
13 changes: 9 additions & 4 deletions skins/moono/dialog.css
Expand Up @@ -650,14 +650,12 @@ a.cke_dialog_ui_button[style*="width"]
width: auto !important;
}
*/
/* The inner part of the button. */
a.cke_dialog_ui_button_ok span,
a.cke_dialog_ui_button_cancel span
/* The inner part of the button (both in dialog tabs and dialog footer). */
.cke_dialog_footer_buttons a.cke_dialog_ui_button span
{
color: inherit;
font-size: 12px;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
line-height: 20px;
}

Expand Down Expand Up @@ -690,6 +688,13 @@ a.cke_dialog_ui_button_ok:hover
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88be14', endColorstr='#5d9c0a',GradientType=0 );
}

/* Default text shadow used for inner parts of all dialog buttons (both in dialog tabs and dialog footer). */
a.cke_dialog_ui_button span
{
text-shadow: 0 1px 0 #fff;
}

/* Text shadow used for inner part of OK dialog button in footer. */
a.cke_dialog_ui_button_ok span
{
text-shadow: 0 -1px 0 #55830c;
Expand Down

0 comments on commit 9284c37

Please sign in to comment.