Skip to content

Commit

Permalink
better masking
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Aug 23, 2014
1 parent 5457845 commit 5b6cf8a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions admin/assets/css/tinymce/custom-editor-style.css
Expand Up @@ -15,6 +15,7 @@
display: block;
padding: 10px 15px;
background-color: #222;

}

.aesop-component-content{
Expand All @@ -23,8 +24,6 @@

.aesop-component-controls{
float: right;
position: relative;
z-index: 2;
}

.aesop-end {
Expand Down Expand Up @@ -59,14 +58,16 @@
display: inline-block;
}
.aesop-button {
position: relative;
z-index: 2;
float: right;
margin:0 3px;
-webkit-transition:.15s ease-in-out;
}
.aesop-button:first-child{
margin-right:0;
}

.aesop-button:active {background:transparent;}
.aesop-button:hover {cursor:pointer;opacity:0.7;}

.aesop-button-edit:before { content: "\f464"; }
Expand Down

0 comments on commit 5b6cf8a

Please sign in to comment.