Skip to content

Commit

Permalink
Some cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jun 13, 2015
1 parent 20a5058 commit 157a3a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions editor/css/complex.css
Expand Up @@ -799,6 +799,8 @@ button.editorbutton:hover {

.xerte-icon.optional { cursor: pointer; }

button .flash-icon {padding-left: 4px;}

button:hover {background: #f86718; color: #000000;}

.xerte_button {background: transparent; border: 0; }
Expand Down
2 changes: 1 addition & 1 deletion editor/js/tree.js
Expand Up @@ -625,7 +625,7 @@ var EDITOR = (function ($, parent) {
var flashonly = $('<img>')
.attr('src', 'editor/img/flashonly.png')
.attr('alt', 'Flash only attribute');
var flashonlytxt = '<img src="editor/img/flashonly.png" alt="Flash only attribute">';
var flashonlytxt = '<img class="flash-icon" src="editor/img/flashonly.png" alt="Flash only attribute">';

// Sort into alphabetical order
node_options['optional'].sort(function(a,b) {
Expand Down

0 comments on commit 157a3a1

Please sign in to comment.