Skip to content

Commit

Permalink
Improved Redactor's modal dialog styles to better fit Elefant's theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lux committed Oct 16, 2017
1 parent bdc18c5 commit a06462f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions apps/admin/js/redactor/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}

#redactor-modal-close {
color: #444;
/*color: #444;
border: 1px solid #aaa;
margin: -2px -2px 0px 0px;
padding: 3px 5px 5px 5px;
Expand All @@ -129,12 +129,17 @@
text-decoration: none;
font-weight: normal;
height: 10px;
width: 8px;
width: 8px;*/
top: -3px !important;
right: 0px !important;
width: 20px !important;
height: 20px !important;
}

#redactor-modal-close:hover {
background-color: #ccc;
color: #222;
box-shadow: none !important;
}

#redactor-modal-header, #redactor-modal header {
Expand All @@ -149,12 +154,14 @@
border-bottom: 1px solid #aaa;
border-top: 1px solid #aaa;
color: #444;
padding: 5px 10px 5px 10px;
font-size: 16px;
font-weight: normal;
padding: 5px 10px 5px 10px !important;
font-size: 16px !important;
font-weight: normal !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}

#redactor-modal-body {
Expand Down

0 comments on commit a06462f

Please sign in to comment.