diff options
Diffstat (limited to 'skins/classic')
-rw-r--r-- | skins/classic/settings.css | 5 | ||||
-rw-r--r-- | skins/classic/templates/responseedit.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/skins/classic/settings.css b/skins/classic/settings.css index 0e4f796a4..acd0b9fd0 100644 --- a/skins/classic/settings.css +++ b/skins/classic/settings.css @@ -34,6 +34,11 @@ height: 18px; } +#identities-table tbody tr.readonly td +{ + font-style: italic; +} + #subscription-table tr.virtual td { color: #666; diff --git a/skins/classic/templates/responseedit.html b/skins/classic/templates/responseedit.html index fbc5f663d..67ba35bac 100644 --- a/skins/classic/templates/responseedit.html +++ b/skins/classic/templates/responseedit.html @@ -15,7 +15,7 @@ <div id="formfooter"> <div class="footerindent"> - <roundcube:button command="save" type="input" class="button mainaction" label="save" /> + <roundcube:button command="save" type="input" class="button mainaction" label="save" condition="!env:readonly" /> </div> </div> </div> |