more tweeking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-03-04 17:27:01 +04:00
parent 58981ad8a8
commit f82932d371
2 changed files with 7 additions and 1 deletions

View File

@ -209,6 +209,9 @@
cursor: hand; cursor: hand;
} }
.editor.inline-editor-mode .editor-status {
opacity: 0.4;
}
</style> </style>
@ -396,7 +399,7 @@ $(document).ready(function(){
//'*': { //'*': {
// everything except overlays... // everything except overlays...
'.viewer:not(.inline-editor-mode)': { '.chrome:not(.inline-editor-mode)': {
title: 'Global', title: 'Global',
doc: '', doc: '',

View File

@ -69,6 +69,9 @@ var togglePageView = createCSSClassToggler(
}) })
var toggleInlineEditorMode = createCSSClassToggler('.chrome', 'inline-editor-mode')
/************************************************** event handlers ***/ /************************************************** event handlers ***/