Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
EZP-26517: Improve selection/temporary link style
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Jan 24, 2017
1 parent 404ead5 commit c4c3a1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/public/css/external/alloy-editor-ez.css
Original file line number Diff line number Diff line change
Expand Up @@ -775,13 +775,13 @@
/** TOOLBAR **/

.ae-editable ::-moz-selection {
background: #c0cbd4 !important;
background: #869CAD !important;
color: #fff;
text-shadow: none;
}

.ae-editable ::selection {
background: #c0cbd4 !important;
background: #869CAD !important;
color: #fff;
text-shadow: none;
}
Expand Down
6 changes: 6 additions & 0 deletions Resources/public/css/theme/alloyeditor/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@
margin: 4px 0;
list-style-position: inside;
}

.ez-richtext-editable a[data-ez-temporary-link] {
background: #869CAD;
color: #fff;
text-shadow: none;
}
2 changes: 1 addition & 1 deletion Resources/sass/alloy/skin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $dropdown-listbox-header-color: #b0b4bb;
$dropdown-listbox-header-font-size: 14px;

/** SELECTION **/
$selection-bg-color: $color-secondary-light;
$selection-bg-color: $color-secondary;
$selection-color: #fff;

/** TOOLBAR **/
Expand Down

0 comments on commit c4c3a1c

Please # to comment.