Mercurial > libervia-web
diff public/libervia.css @ 263:d3c734669577
browser_side: improvements for lists and contact groups manager:
- use DockPanel to deal with UI problems
- fixed issues with the autocomplete list
- avoid duplicate contacts in a contact list
- signal invalid contacts with a red border
- check for invalid contacts in the form before saving
- better genericity for the class DragAutoCompleteTextBox
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 11 Nov 2013 12:48:33 +0100 |
parents | 0e7f3944bd27 |
children | 2a93f8e6f989 |
line wrap: on
line diff
--- a/public/libervia.css Mon Nov 11 10:44:44 2013 +0100 +++ b/public/libervia.css Mon Nov 11 12:48:33 2013 +0100 @@ -1231,6 +1231,13 @@ font-size: 1em; } +.recipientTextBox-invalid { + box-shadow: inset 0px 1px 4px rgba(255, 0, 0, 0.6); + -webkit-box-shadow:inset 0 1px 4px rgba(255, 0, 0, 0.6); + -moz-box-shadow:inset 0 1px 4px rgba(255, 0, 0, 0.6); + border: 1px solid rgb(255, 0, 0); +} + .recipientRemoveButton { margin: 0px 10px 0px 0px; padding: 0px;