diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-19 17:56:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-19 17:56:14 +0200 |
commit | 9c41ba3c9ebbb14d01abe961c420f71f9463e61a (patch) | |
tree | 43c2d4c12bbb24a05c7edea7a91f0e01c375c543 /skins/classic/settings.css | |
parent | cc041fe11c1997902f68f4ca8e95577e963a0053 (diff) |
Allow sysadmins to define static responses which are immutable for the user
Diffstat (limited to 'skins/classic/settings.css')
-rw-r--r-- | skins/classic/settings.css | 5 |
1 files changed, 5 insertions, 0 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; |