Skip to content

Commit

Permalink
Center x in close button, add a slight hover effect to it (opacity ch…
Browse files Browse the repository at this point in the history
…ange).
  • Loading branch information
danyaPostfactum committed Apr 2, 2014
1 parent a8ca7cb commit 2f86e66
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion skins/moono/dialog.css
Expand Up @@ -327,14 +327,21 @@ a.cke_dialog_tab_disabled
{
background-image: url(images/close.png);
background-repeat: no-repeat;
background-position: 0 0;
background-position: 50%;
position: absolute;
cursor: pointer;
text-align: center;
height: 20px;
width: 20px;
top: 5px;
z-index: 5;
opacity: 0.8;
filter: alpha(opacity = 80);
}

.cke_dialog_close_button:hover{
opacity: 1;
filter: alpha(opacity = 100);
}

.cke_hidpi .cke_dialog_close_button {
Expand Down

0 comments on commit 2f86e66

Please sign in to comment.