Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #84 from ckeditor/t/12
Browse files Browse the repository at this point in the history
Other: Improved visual styles of the image widget. Closes #12.
  • Loading branch information
oleq authored Mar 31, 2017
2 parents e651b01 + ce34db3 commit 8fa3746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions theme/imagecaption/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
padding: ck-spacing();
font-size: ck-font-size( -1 );
color: ck-color( 'text', 40 );
outline-offset: -1px;
}
}
4 changes: 2 additions & 2 deletions theme/widget/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

@include ck-color-add( (
'widget-blurred': #ddd,
'widget-hover': yellow
'widget-hover': #FFD25C
) );

$widget-outline-thickness: 2px;
$widget-outline-thickness: 3px;

.ck-widget {
margin: ck-spacing() 0;
Expand Down

0 comments on commit 8fa3746

Please sign in to comment.