Skip to content

Commit

Permalink
Added more skin variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Sep 18, 2013
1 parent 3557d73 commit 58b6c22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 0 additions & 6 deletions js/tinymce/skins/lightgray/ComboBox.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@
padding-right: 8px;
padding-left: 8px;
}

.mce-combobox *:focus {
border-color: @focus-border-color-fallback;
border-color: @focus-border-color;
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6));
}
2 changes: 1 addition & 1 deletion js/tinymce/skins/lightgray/Icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
}

.mce-i-selected { visibility: hidden; }
i.mce-i-backcolor { text-shadow: none; background: #BBB; }
i.mce-i-backcolor { text-shadow: none; background: @backcolor-btn-background; }
1 change: 1 addition & 0 deletions js/tinymce/skins/lightgray/TextBox.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
}

.mce-textbox:focus {
border-color: @focus-border-color-fallback;
border-color: @focus-border-color;
.box-shadow(@textbox-box-shadow-focus);
}
Expand Down
3 changes: 3 additions & 0 deletions js/tinymce/skins/lightgray/Variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@
@grid-background-active: @menuitem-active-color;
@grid-border-active: #777;
@grid-border: #808080;

// Misc
@backcolor-btn-background: #BBB;

0 comments on commit 58b6c22

Please sign in to comment.